Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36f8bd1

Browse files
authored
Remove shadowjar plugin (#392)
* Remove shadowjar plugin* Update build.gradle* Update build.gradle
1 parent626ef8a commit36f8bd1

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-
applyplugin:'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)

[8]ページ先頭

©2009-2025 Movatter.jp