Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ByteBuddy (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        implementation("gradlebuild:gradle-plugin")
    
        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 {
    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)
  2. .teamcity/pom.xml

    <?xml version="1.0"?>
    <project>
        <modelVersion>4.0.0</modelVersion>
        <name>Gradle_Check Config DSL Script</name>
        <properties>
            <mockk.version>1.14.9</mockk.version>
            <bytebuddy.version>1.18.7</bytebuddy.version>
            <jackson.version>2.21.2</jackson.version>
            <junit.version>6.0.3</junit.version>
            <dslContextParameter.branch>master</dslContextParameter.branch>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 22:03:46 GMT 2026
    - 7.4K bytes
    - Click Count (2)
Back to Top