Add diagnostic task to print all shadow jars in compile classpaths

This commit is contained in:
Alexey Tsvetkov
2018-02-22 06:26:16 +03:00
parent ccd6263787
commit e8f8488d54
3 changed files with 42 additions and 18 deletions
+1 -10
View File
@@ -12,15 +12,6 @@ import java.io.DataOutputStream
description = "Kotlin Full Reflection Library"
buildscript {
repositories {
jcenter()
}
dependencies {
classpath("net.sf.proguard:proguard-gradle:${property("versions.proguard")}")
}
}
plugins { java }
callGroovy("configureJavaOnlyJvm6Project", this)
@@ -235,4 +226,4 @@ javadocJar()
dist(fromTask = result) {
from(sourcesJar)
}
}