mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
f
This commit is contained in:
parent
dc33534478
commit
ccd14e6505
@ -13,7 +13,7 @@ def main = 'com.volmit.iris.Iris'
|
|||||||
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
|
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
|
||||||
// ==============================================================
|
// ==============================================================
|
||||||
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins');
|
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins');
|
||||||
registerCustomOutputTask('Psycho', 'C://Users/cyberpwn/Documents/development/server/plugins');
|
registerCustomOutputTask('Psycho', 'D://Dan/MinecraftDevelopment/server/plugins');
|
||||||
registerCustomOutputTask('ArcaneArts', 'C://Users/arcane/Documents/development/server/plugins');
|
registerCustomOutputTask('ArcaneArts', 'C://Users/arcane/Documents/development/server/plugins');
|
||||||
// ==============================================================
|
// ==============================================================
|
||||||
|
|
||||||
@ -52,14 +52,14 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
shadowJar
|
shadowJar
|
||||||
{
|
{
|
||||||
minimize()
|
minimize()
|
||||||
dependencies {
|
dependencies {
|
||||||
include(dependency('org.zeroturnaround:zt-zip:1.14'))
|
include(dependency('org.zeroturnaround:zt-zip:1.14'))
|
||||||
include(dependency('io.papermc:paperlib:1.0.5'))
|
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||||
include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'))
|
include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'org.projectlombok:lombok:1.18.20'
|
compileOnly 'org.projectlombok:lombok:1.18.20'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user