Skip to content

Commit fdd24fe

Browse files
committed
Disable shadow plugin until needed again
1 parent b856e9d commit fdd24fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugin/android-junit5/build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id("kotlin")
1010
id("java-gradle-plugin")
1111
id("jacoco")
12-
id("com.github.johnrengelman.shadow")
12+
// id("com.github.johnrengelman.shadow")
1313
}
1414

1515
val compileKotlin: KotlinCompile by tasks
@@ -60,11 +60,11 @@ gradlePlugin {
6060
// ------------------------------------------------------------------------------------------------
6161

6262
// Allow building fat JARs if necessary
63-
tasks.withType<ShadowJar> {
64-
isZip64 = true
65-
enabled = project.hasProperty("enableFatJar")
66-
archiveAppendix.set("fat")
67-
}
63+
//tasks.withType<ShadowJar> {
64+
// isZip64 = true
65+
// enabled = project.hasProperty("enableFatJar")
66+
// archiveAppendix.set("fat")
67+
//}
6868

6969
// Use JUnit 5
7070
tasks.withType<Test> {

0 commit comments

Comments
 (0)