funny velocity version

This commit is contained in:
ajgeiss0702
2021-07-09 08:26:45 -07:00
parent 18d0c72b89
commit 61e91587a6
6 changed files with 86 additions and 10 deletions
+3 -8
View File
@@ -18,6 +18,8 @@ allprojects {
reports.html.isEnabled = false
reports.junitXml.isEnabled = false
}
}
repositories {
@@ -41,14 +43,7 @@ dependencies {
}
tasks.withType<ProcessResources> {
include("**/*.yml")
filter<org.apache.tools.ant.filters.ReplaceTokens>(
"tokens" to mapOf(
"VERSION" to project.version.toString()
)
)
}
tasks.shadowJar {
relocate("us.ajg0702.utils", "us.ajg0702.queue.utils")