Skip to content

Commit

Permalink
create output jar before compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jul 3, 2024
1 parent 54e9fba commit d365e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ object JarUtils {
}
cleanupPreviousJar(prevJar, outputJar)
case None =>
compile(Nil)
createOutputJarIfMissing(output)
compile(Nil)
}
}

Expand Down

0 comments on commit d365e4e

Please sign in to comment.