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 6d79af3 commit 852b58dCopy full SHA for 852b58d
gradle.properties
@@ -17,7 +17,4 @@ apacheHttpClientVersion=4.5.13
17
apacheCommons=3.12.0
18
apacheTika=2.4.1
19
awaitilityVersion=4.2.0
20
-googleGuavaVersion=31.1-jre
21
-
22
-# plugins
23
-shadowJarVersion=7.0.0
+googleGuavaVersion=31.1-jre
settings.gradle
@@ -1,9 +1,3 @@
1
-pluginManagement {
2
- plugins {
3
- id 'com.github.johnrengelman.shadow' version "$shadowJarVersion" apply false
4
- }
5
-}
6
7
rootProject.name = 'spotty-server'
8
9
include 'core'
0 commit comments