Skip to content

Commit

Permalink
Build script updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Nov 2, 2024
1 parent c41a367 commit 5bc2e23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ tasks {
enabled = false
}
shadowJar {
archiveClassifier = ""
dependencies {
exclude(dependency("org.jetbrains:annotations:13.0"))
}
Expand Down Expand Up @@ -468,5 +469,7 @@ hangarPublish {
}

modrinth {
token = System.getenv("MODRINTH_API_TOKEN")
projectId = "betterhud2"
syncBodyFrom = rootProject.file("BANNER.md").readText()
}

0 comments on commit 5bc2e23

Please sign in to comment.