Skip to content

Commit

Permalink
Improve buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Jun 8, 2024
1 parent 11b686f commit a00dd03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ tasks {
jar {
from(rootDir.resolve("LICENSE"))
}
register("prepareWorkspace") {
dependsOn("genSourcesWithVineflower")
}
}

0 comments on commit a00dd03

Please sign in to comment.