Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for featureRuntimeClasspath (0.27 sec)

  1. platforms/jvm/plugins-java-base/src/integTest/groovy/org/gradle/api/plugins/jvm/internal/DefaultJvmFeatureTest.groovy

            then:
            feature.name == "feature"
            feature.sourceSet == ext.sourceSets.getByName('feature')
            feature.runtimeClasspathConfiguration == project.configurations.getByName('featureRuntimeClasspath')
            feature.compileClasspathConfiguration == project.configurations.getByName('featureCompileClasspath')
            feature.runtimeElementsConfiguration == project.configurations.getByName('featureRuntimeElements')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top