mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Fix gradle
This commit is contained in:
parent
ede344db3a
commit
993d433d03
@ -77,6 +77,7 @@ shadowJar
|
|||||||
dependencies {
|
dependencies {
|
||||||
include(dependency('org.zeroturnaround:zt-zip:1.14'))
|
include(dependency('org.zeroturnaround:zt-zip:1.14'))
|
||||||
include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'))
|
include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'))
|
||||||
|
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -86,7 +87,7 @@ dependencies {
|
|||||||
compileOnly 'org.projectlombok:lombok:1.18.20'
|
compileOnly 'org.projectlombok:lombok:1.18.20'
|
||||||
annotationProcessor 'org.projectlombok:lombok:1.18.20'
|
annotationProcessor 'org.projectlombok:lombok:1.18.20'
|
||||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||||
implementation 'net.pl3x.purpur:purpur-api:1.17.1-R0.1-SNAPSHOT'
|
implementation 'io.papermc:paperlib:1.0.5'
|
||||||
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
|
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
|
||||||
implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
|
implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
|
||||||
implementation 'org.bukkit.craftbukkit:1.17:1.17'
|
implementation 'org.bukkit.craftbukkit:1.17:1.17'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user