We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b856e9d commit fdd24feCopy full SHA for fdd24fe
1 file changed
plugin/android-junit5/build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
id("kotlin")
10
id("java-gradle-plugin")
11
id("jacoco")
12
- id("com.github.johnrengelman.shadow")
+// id("com.github.johnrengelman.shadow")
13
}
14
15
val compileKotlin: KotlinCompile by tasks
@@ -60,11 +60,11 @@ gradlePlugin {
60
// ------------------------------------------------------------------------------------------------
61
62
// Allow building fat JARs if necessary
63
-tasks.withType<ShadowJar> {
64
- isZip64 = true
65
- enabled = project.hasProperty("enableFatJar")
66
- archiveAppendix.set("fat")
67
-}
+//tasks.withType<ShadowJar> {
+// isZip64 = true
+// enabled = project.hasProperty("enableFatJar")
+// archiveAppendix.set("fat")
+//}
68
69
// Use JUnit 5
70
tasks.withType<Test> {
0 commit comments