mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
deps
This commit is contained in:
parent
7bdfbb17b5
commit
48a07e2b34
11
build.gradle
11
build.gradle
@ -48,6 +48,16 @@ repositories {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
shadowJar
|
||||||
|
{
|
||||||
|
minimize()
|
||||||
|
dependencies {
|
||||||
|
include(dependency('com.github.ben-manes.caffeine:caffeine:2.8.5'))
|
||||||
|
include(dependency('org.zeroturnaround:zt-zip:1.14'))
|
||||||
|
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
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'
|
||||||
@ -55,7 +65,6 @@ dependencies {
|
|||||||
// Shade
|
// Shade
|
||||||
implementation 'com.github.ben-manes.caffeine:caffeine:2.8.5'
|
implementation 'com.github.ben-manes.caffeine:caffeine:2.8.5'
|
||||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||||
implementation 'org.apache.commons:commons-compress:1.20'
|
|
||||||
implementation 'io.papermc:paperlib:1.0.5'
|
implementation 'io.papermc:paperlib:1.0.5'
|
||||||
|
|
||||||
// Provided
|
// Provided
|
||||||
|
Loading…
x
Reference in New Issue
Block a user