Skip to content

Commit 36f8bd1

Browse files
authored
Remove shadowjar plugin (#392)
* Remove shadowjar plugin * Update build.gradle * Update build.gradle
1 parent 626ef8a commit 36f8bd1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66
// buildscript dependencies can be used for build time plugins.
77
dependencies {
8-
classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
8+
99
}
1010
}
1111

stubbornjava-webapp/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// {{start:dependencies}}
2-
apply plugin: 'com.github.johnrengelman.shadow'
32

43
dependencies {
54
// Project reference
@@ -15,10 +14,4 @@ dependencies {
1514
testImplementation libs.junit
1615
}
1716

18-
shadowJar {
19-
archiveBaseName = 'stubbornjava-all'
20-
classifier = null
21-
archiveVersion = null
22-
}
23-
2417
// {{end:dependencies}}

0 commit comments

Comments
 (0)