Skip to content

Commit

Permalink
SkyExamples/build.gradle: add a missing(?) dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 5, 2024
1 parent a7224e0 commit 39078f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SkyExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ tasks.withType(JavaExec).configureEach { // Java runtime options:
dependsOn 'installDist'
}

startScripts.dependsOn(':SkyLibrary:assemble')

// Register cleanup tasks:

clean.dependsOn('cleanDLLs', 'cleanDyLibs', 'cleanLogs', 'cleanSandbox', 'cleanSOs')
Expand Down

0 comments on commit 39078f0

Please sign in to comment.