mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
Fix build issue causing lang to not be bundled
This commit is contained in:
@@ -25,7 +25,7 @@ java {
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
val versionObj = Version("2", "0", "1", true)
|
||||
val versionObj = Version("2", "0", "2", true)
|
||||
|
||||
version = versionObj
|
||||
|
||||
@@ -63,7 +63,7 @@ val compileJava: JavaCompile by tasks
|
||||
val mainSourceSet: SourceSet = sourceSets["main"]
|
||||
|
||||
tasks.withType<ProcessResources> {
|
||||
include("*.yml")
|
||||
include("**/*.yml")
|
||||
filter<org.apache.tools.ant.filters.ReplaceTokens>(
|
||||
"tokens" to mapOf(
|
||||
"VERSION" to project.version.toString()
|
||||
|
||||
Reference in New Issue
Block a user