File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object Versions {
44 const val WORLDEDIT = " 7.2.12"
55 const val JUNIT = " 5.9.1"
66 const val MOCKITO = " 4.9.0"
7- const val SQUIRRELID = " 0.3.1 "
7+ const val SQUIRRELID = " 0.3.2 "
88 const val GUAVA = " 31.1-jre"
99 const val FINDBUGS = " 3.0.2"
1010}
Original file line number Diff line number Diff line change @@ -3,9 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33applyLibrariesConfiguration()
44
55dependencies {
6- " shade" (" org.enginehub:squirrelid:${Versions .SQUIRRELID } " ) {
7- exclude(group = " com.destroystokyo.paper" , module = " paper-api" )
8- }
6+ " shade" (" org.enginehub:squirrelid:${Versions .SQUIRRELID } " )
97 " shade" (" org.khelekore:prtree:1.5.0" )
108}
119
@@ -17,4 +15,4 @@ tasks.named<ShadowJar>("jar") {
1715
1816 include(dependency(" org.khelekore:prtree" ))
1917 }
20- }
18+ }
You can’t perform that action at this time.
0 commit comments