- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Luddy (0.02 sec)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.build-logic.groovy-dsl-gradle-plugin.gradle.kts
implementation("gradlebuild:gradle-plugin") implementation(localGroovy()) testImplementation("org.spockframework:spock-core") testImplementation("net.bytebuddy:byte-buddy") testImplementation("org.objenesis:objenesis") } tasks.withType<GroovyCompile>().configureEach { groovyOptions.apply { encoding = "utf-8"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Sep 30 15:18:07 UTC 2024 - 2.3K bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 21:53:00 UTC 2024 - 4.8K bytes - Viewed (0) -
.teamcity/pom.xml
<artifactId>mockk-jvm</artifactId> <version>${mockk.version}</version> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>${bytebuddy.version}</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 31 02:38:07 UTC 2024 - 6.6K bytes - Viewed (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt
val archunitJunit5Api = "com.tngtech.archunit:archunit-junit5-api" val awaitility = "org.awaitility:awaitility-kotlin" val bytebuddy = "net.bytebuddy:byte-buddy" val bytebuddyAgent = "net.bytebuddy:byte-buddy-agent" val cglib = "cglib:cglib" val compileTesting = "com.google.testing.compile:compile-testing" val equalsverifier = "nl.jqno.equalsverifier:equalsverifier"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 08:06:17 UTC 2024 - 15.5K bytes - Viewed (0)