mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 14:50:57 +00:00
Fixes
This commit is contained in:
+10
-11
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
* Iris is a World Generator for Minecraft Bukkit Servers
|
||||
* Copyright (c) 2021 Arcane Arts (Volmit Software)
|
||||
@@ -108,16 +107,16 @@ repositories {
|
||||
}
|
||||
|
||||
shadowJar
|
||||
{
|
||||
append("plugin.yml")
|
||||
minimize()
|
||||
relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic'
|
||||
relocate 'io.papermc.lib', 'com.volmit.iris.util.paper'
|
||||
dependencies {
|
||||
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||
include(dependency('com.dfsek:Paralithic:0.4.0'))
|
||||
}
|
||||
}
|
||||
{
|
||||
append("plugin.yml")
|
||||
minimize()
|
||||
relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic'
|
||||
relocate 'io.papermc.lib', 'com.volmit.iris.util.paper'
|
||||
dependencies {
|
||||
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||
include(dependency('com.dfsek:Paralithic:0.4.0'))
|
||||
}
|
||||
}
|
||||
|
||||
manifest()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user