Skip to content

Commit

Permalink
fix: remove doubled files when bundling the JRE (#599)
Browse files Browse the repository at this point in the history
The culprit was that `outputs.dir unpackDir` _adds_ another output directory to some list that already exists internally. This is unnecessary and, in fact, puts a duplicate into the list of outputs (note: not a set!).

Co-authored-by: jdrueckert <[email protected]>
  • Loading branch information
skaldarnar and jdrueckert authored Oct 18, 2020
1 parent d723157 commit 6fbb917
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/gradle/jre.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def createJreTasks(String taskNameBase,
}
into unpackDir

outputs.dir unpackDir

dependsOn "download${taskNameBase}"
}

Expand Down

0 comments on commit 6fbb917

Please sign in to comment.