Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gradle7CompileOnly (0.13 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/variants/GradlePluginWithVariantsPublicationIntegrationTest.groovy

                    copyPluginDescriptors.from(tasks.pluginDescriptors)
                }
                // ==
    
                dependencies {
                    gradle7CompileOnly(gradleApi()) // We should be able to access different Gradle API versions
                    gradle7CompileOnly(localGroovy())
                }
    
                gradlePlugin {
                    plugins.create('greeting') {
                        id = 'com.example.greeting'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top