Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for objenesis (0.21 seconds)

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.build-logic.groovy-dsl-gradle-plugin.gradle.kts

        implementation(localGroovy())
        testImplementation(testLibs.findLibrary("spock").get())
        testImplementation(testLibs.findLibrary("bytebuddy").get())
        testImplementation(testLibs.findLibrary("objenesis").get())
    
        testRuntimeOnly(testLibs.findLibrary("junitPlatform").get())
    }
    
    tasks.withType<GroovyCompile>().configureEach {
        groovyOptions.apply {
            encoding = "utf-8"
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 15:37:56 GMT 2026
    - 2.3K bytes
    - Click Count (0)
Back to Top