We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626ef8a commit 36f8bd1Copy full SHA for 36f8bd1
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
}
6
// buildscript dependencies can be used for build time plugins.
7
dependencies {
8
- classpath "com.github.jengelman.gradle.plugins:shadow:2.0.4"
+
9
10
11
stubbornjava-webapp/build.gradle
@@ -1,5 +1,4 @@
1
// {{start:dependencies}}
2
-apply plugin: 'com.github.johnrengelman.shadow'
3
4
// Project reference
@@ -15,10 +14,4 @@ dependencies {
15
14
testImplementation libs.junit
16
17
18
-shadowJar {
19
- archiveBaseName = 'stubbornjava-all'
20
- classifier = null
21
- archiveVersion = null
22
-}
23
-
24
// {{end:dependencies}}
0 commit comments