Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generateManagedBuildScript (0.69 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/plugin/PluginBuilder.groovy

        }
    
        private String sourceFilePath(String path) {
            packageName ? "${packageName.replaceAll("\\.", "/")}/$path" : path
        }
    
        @SuppressWarnings("GrMethodMayBeStatic")
        String generateManagedBuildScript() {
            """
                apply plugin: "java-gradle-plugin"
                apply plugin: "groovy"
                dependencies {
                  implementation localGroovy()
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top