Skip to content

Commit 45fc857

Browse files
committed
DEBUG
1 parent c3f4d53 commit 45fc857

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ dependencies {
5050
create(properties("platformType"), properties("platformVersion"))
5151
bundledPlugins(properties("platformBundledPlugins").map { it.split(",").collect { it.trim() }.findAll { !it.empty } })
5252
plugins(properties("platformPlugins").map { it.split(",").collect { it.trim() }.findAll { !it.empty } })
53-
pluginVerifier()
54-
zipSigner()
55-
instrumentationTools()
56-
testFramework TestFrameworkType.Platform.INSTANCE
5753
}
5854
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
5955
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",

0 commit comments

Comments
 (0)