improve buildscript

This commit is contained in:
Julian Krings
2025-12-18 11:05:28 +01:00
parent 7cd43791f4
commit 90e5720e2e
2 changed files with 9 additions and 4 deletions
+5 -1
View File
@@ -115,7 +115,7 @@ java {
}
sentry {
url = "http://sentry.volmit.com:8080/"
url = "http://sentry.volmit.com:8080"
autoInstallation.enabled = false
includeSourceContext = true
@@ -175,6 +175,10 @@ tasks {
relocate("io.github.slimjar", "$lib.slimjar")
exclude("modules/loader-agent.isolated-jar")
}
sentryCollectSourcesJava {
dependsOn(generateTemplates)
}
}
val templateSource = file("src/main/templates")