Skip to content

Commit

Permalink
move reports to build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Apr 20, 2024
1 parent 3c65a50 commit 265e734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SculptorVersion : Plugin<Project> {
this.constants.from(constants)

outputJar.set(layout.buildDirectory.file(REMAPPED_JAR))
reportsDir.set(layout.dotGradleDirectory.dir(REPORTS_DIR))
reportsDir.set(layout.buildDirectory.dir(REPORTS_DIR))
}

val decompileJar by target.tasks.registering(DecompileJar::class) {
Expand Down

0 comments on commit 265e734

Please sign in to comment.