Skip to content

Commit 852b58d

Browse files
author
Alex Danilenko
committed
remove unused plugin shadowJar
1 parent 6d79af3 commit 852b58d

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

gradle.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ apacheHttpClientVersion=4.5.13
1717
apacheCommons=3.12.0
1818
apacheTika=2.4.1
1919
awaitilityVersion=4.2.0
20-
googleGuavaVersion=31.1-jre
21-
22-
# plugins
23-
shadowJarVersion=7.0.0
20+
googleGuavaVersion=31.1-jre

settings.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
pluginManagement {
2-
plugins {
3-
id 'com.github.johnrengelman.shadow' version "$shadowJarVersion" apply false
4-
}
5-
}
6-
71
rootProject.name = 'spotty-server'
82

93
include 'core'

0 commit comments

Comments
 (0)