We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f4d53 commit 45fc857Copy full SHA for 45fc857
build.gradle
@@ -50,10 +50,6 @@ dependencies {
50
create(properties("platformType"), properties("platformVersion"))
51
bundledPlugins(properties("platformBundledPlugins").map { it.split(",").collect { it.trim() }.findAll { !it.empty } })
52
plugins(properties("platformPlugins").map { it.split(",").collect { it.trim() }.findAll { !it.empty } })
53
- pluginVerifier()
54
- zipSigner()
55
- instrumentationTools()
56
- testFramework TestFrameworkType.Platform.INSTANCE
57
}
58
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
59
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
0 commit comments