Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SimplePlugin (0.12 sec)

  1. testing/soak/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainDownloadComplexProjectSoakTest.groovy

                plugins {
                    id 'java-gradle-plugin'
                }
    
                $TOOLCHAIN_WITH_VERSION
    
                gradlePlugin {
                    plugins {
                        simplePlugin {
                            id = 'org.example.plugin1'
                            implementationClass = 'org.example.Plugin1'
                        }
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:18 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top