- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 2,149 for nobuild (0.04 sec)
-
build-logic/integration-testing-kotlin/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } dependencies { implementation(projects.integrationTesting)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Aug 08 14:54:27 UTC 2024 - 137 bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/build.gradle.kts
plugins { id("gradlebuild.kotlin-shared-runtime") } description = "Provides Kotlin DSL code that is shared between build-logic and runtime" dependencies { compileOnly(platform("gradlebuild:build-platform")) compileOnly(kotlin("stdlib")) compileOnly("org.ow2.asm:asm-tree") compileOnly("com.google.code.findbugs:jsr305") compileOnly("org.jspecify:jspecify")Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 385 bytes - Viewed (0) -
build-logic/kotlin-dsl/build.gradle.kts
plugins { id("gradlebuild.build-logic.kotlin-dsl-gradle-plugin") } description = "Provides plugins to configure Kotlin DSL and patch the Kotlin compiler for use in Kotlin subprojects" dependencies { implementation("gradlebuild:basics") implementation(projects.dependencyModules) implementation(projects.jvm) implementation(projects.kotlinDslSharedRuntime) implementation(kotlin("gradle-plugin"))Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon May 19 11:33:57 UTC 2025 - 660 bytes - Viewed (0) -
build-logic-commons/gradle-plugin/build.gradle.kts
import org.gradle.kotlin.dsl.support.expectedKotlinDslPluginsVersion plugins { `kotlin-dsl` } group = "gradlebuild" description = "Provides plugins used to create a Gradle plugin with Groovy or Kotlin DSL within build-logic builds" dependencies { compileOnly("com.gradle:develocity-gradle-plugin") api(platform(projects.buildPlatform)) implementation(projects.basics) implementation(projects.moduleIdentity)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Aug 20 10:00:10 UTC 2025 - 932 bytes - Viewed (0) -
build-logic-settings/build-environment/build.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ plugins { `kotlin-dsl` } description = "Provides plugins for configuring build environment"Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jan 22 14:28:13 UTC 2025 - 737 bytes - Viewed (0) -
build-logic/build.gradle.kts
val jvmArgs = listOf(buildLogicProperties, rootProperties).map { it.getProperty("org.gradle.jvmargs") }.toSet() if (jvmArgs.size > 1) { throw GradleException("gradle.properties and build-logic/gradle.properties have different org.gradle.jvmargs " + "which may cause two daemons to be spawned on CI and in IDEA. " + "Use the same org.gradle.jvmargs for both builds.") } }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Mar 14 02:17:00 UTC 2025 - 1.2K bytes - Viewed (0) -
build.gradle.kts
if (project.name != "okhttp") { val testRuntimeOnly: Configuration by configurations.getting dependencies { // https://junit.org/junit5/docs/current/user-guide/#running-tests-build-gradle-bom testRuntimeOnly(rootProject.libs.junit.jupiter.engine) testRuntimeOnly(rootProject.libs.junit.vintage.engine) testRuntimeOnly(rootProject.libs.junit.platform.launcher) } }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 11.5K bytes - Viewed (1) -
arm_compiler.BUILD
Adam Hillier <******@****.***> 1618226151 +0100
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Apr 12 11:17:46 UTC 2021 - 1.2K bytes - Viewed (0) -
buildscripts/verify-build.sh
if ! git clone --quiet https://github.com/minio/mc "$MC_BUILD_DIR"; then echo "failed to download https://github.com/minio/mc" purge "${MC_BUILD_DIR}" exit 1 fi (cd "${MC_BUILD_DIR}" && go build -o "${WORK_DIR}/mc") # remove mc source. purge "${MC_BUILD_DIR}" shred -n 1 -s 1M - 1>"$FILE_1_MB" 2>/dev/null shred -n 1 -s 65M - 1>"$FILE_65_MB" 2>/dev/null
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri May 24 19:28:51 UTC 2024 - 6.7K bytes - Viewed (0) -
impl/maven-core/src/main/resources/org/apache/maven/messages/build.properties
Guillaume Nodet <******@****.***> 1729859506 +0200
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 956 bytes - Viewed (0)