correct link to ShadowJar issue

This commit is contained in:
dfsek
2021-07-10 21:19:57 -07:00
parent 3f539b1e30
commit d09ef5052a

View File

@@ -47,7 +47,7 @@ fun Project.configureDistribution() {
// then, ShadowJar expands the newly created JAR, putting the original
// 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")
dest.parentFile.mkdirs()