Skip to content

Commit

Permalink
cleanup gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sindram committed Nov 7, 2024
1 parent 82dc197 commit bff7641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ shadowJar {
}
}

tasks.named('githubRelease') {
dependsOn tasks.named('shadowJar')
}

githubRelease {
token = project.findProperty("repo.token") ?: System.getenv("REPO_TOKEN")
owner = "virtualcitySYSTEMS"
Expand Down

0 comments on commit bff7641

Please sign in to comment.