Skip to content

Commit

Permalink
Fix reobfjar publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHeijden committed Mar 5, 2022
1 parent b6e011e commit 36f27c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tasks.register<Copy>("copyJars") {
rename("(.+)Parent(.+)", "$1$2")
}

val artifactFile = tasks.findByPath("reobfJar")!!.outputs.files.singleFile
val artifactFile = tasks.jar.get().archiveFile.get().asFile
val artifact = artifacts.add("archives", artifactFile) {
type = "jar"
name = name.replace("Parent", "")
Expand Down

0 comments on commit 36f27c0

Please sign in to comment.