Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Require compileJava in PrepareSubmissionTask
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Apr 11, 2022
1 parent c1de7bb commit b2dca04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ abstract class PrepareSubmissionTask : Jar() {
val submissionInfoFile = mainResourcesFile.resolve("submission-info.json")

init {
dependsOn("compileJava")
val submit = project.extensions.getByType<SubmitExtension>()
if (submit.requireTests) {
project.tasks.findByName("test")?.let { dependsOn(it) }
Expand Down

0 comments on commit b2dca04

Please sign in to comment.