Skip to content

Commit

Permalink
wrapper: check for latest output file, fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrm-en committed Aug 10, 2022
1 parent d63e92a commit 8152972
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ open class BuildTask : ConfigurableTask<WrapperExtension>() {
println(message)
}

if (output == null && reason.equals("compiler-artifact")) {
if (reason.equals("compiler-artifact")) {
var manifestPath = Path(jsonObject.get("manifest_path").asString)

if (manifestPath.startsWith("/project")) {
Expand Down

0 comments on commit 8152972

Please sign in to comment.