mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Fix build env
This commit is contained in:
parent
b2a410d6cf
commit
b4c0d8e829
19
build.gradle
19
build.gradle
@ -50,8 +50,6 @@ def registerCustomOutputTask(name, path) {
|
||||
}
|
||||
}
|
||||
|
||||
file(jar.archiveFile.get().getAsFile().getParentFile().getParentFile().getParentFile().getAbsolutePath() + '/build/resources/main/plugin.yml').delete()
|
||||
|
||||
processResources {
|
||||
filesMatching('**/plugin.yml') {
|
||||
expand(
|
||||
@ -72,14 +70,15 @@ repositories {
|
||||
}
|
||||
|
||||
shadowJar
|
||||
{
|
||||
minimize()
|
||||
dependencies {
|
||||
include(dependency('org.zeroturnaround:zt-zip:1.14'))
|
||||
include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'))
|
||||
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||
}
|
||||
}
|
||||
{
|
||||
append("plugin.yml")
|
||||
minimize()
|
||||
dependencies {
|
||||
include(dependency('org.zeroturnaround:zt-zip:1.14'))
|
||||
include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'))
|
||||
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||
}
|
||||
}
|
||||
|
||||
manifest()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user