mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 23:01:03 +00:00
correct link to ShadowJar issue
This commit is contained in:
@@ -47,7 +47,7 @@ fun Project.configureDistribution() {
|
|||||||
// then, ShadowJar expands the newly created JAR, putting the original
|
// then, ShadowJar expands the newly created JAR, putting the original
|
||||||
// JARs where they should go.
|
// JARs where they should go.
|
||||||
//
|
//
|
||||||
// https://github.com/johnrengelman/shadow/issues/196
|
// https://github.com/johnrengelman/shadow/issues/111
|
||||||
val dest = File(buildDir, "/resources/main/addons.jar")
|
val dest = File(buildDir, "/resources/main/addons.jar")
|
||||||
dest.parentFile.mkdirs()
|
dest.parentFile.mkdirs()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user