Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for releaseCompileClasspath (0.25 sec)

  1. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryPublishedTargetJvmEnvironmentIntegrationTest.groovy

        def setup() {
            settingsFile << """
                rootProject.name = 'test'
            """
    
            buildFile << """
                apply plugin: 'java-library'
    
                configurations.create('releaseCompileClasspath') {
                    extendsFrom(configurations.implementation)
                    attributes {
                        // This is what AGP 7 will most likely do:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top