Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BySwiizen committed Feb 19, 2024
1 parent 9b95796 commit e34626c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import org.apache.tools.ant.filters.ReplaceTokens


plugins {
id 'java'
// https://github.com/johnrengelman/shadow
Expand All @@ -13,6 +16,7 @@ compileJava {
options.encoding = 'UTF-8'
}


repositories {
mavenCentral()

Expand Down Expand Up @@ -45,7 +49,7 @@ build {
processResources {
inputs.property("version", project.version)

filter org.apache.tools.ant.filters.ReplaceTokens, tokens: [
filter ReplaceTokens, tokens: [
'VERSION': project.version,
]
}

0 comments on commit e34626c

Please sign in to comment.