mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 00:56:38 +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
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
val versionObj = Version("2", "0", "1", true)
|
val versionObj = Version("2", "0", "2", true)
|
||||||
|
|
||||||
version = versionObj
|
version = versionObj
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ val compileJava: JavaCompile by tasks
|
|||||||
val mainSourceSet: SourceSet = sourceSets["main"]
|
val mainSourceSet: SourceSet = sourceSets["main"]
|
||||||
|
|
||||||
tasks.withType<ProcessResources> {
|
tasks.withType<ProcessResources> {
|
||||||
include("*.yml")
|
include("**/*.yml")
|
||||||
filter<org.apache.tools.ant.filters.ReplaceTokens>(
|
filter<org.apache.tools.ant.filters.ReplaceTokens>(
|
||||||
"tokens" to mapOf(
|
"tokens" to mapOf(
|
||||||
"VERSION" to project.version.toString()
|
"VERSION" to project.version.toString()
|
||||||
|
|||||||
Reference in New Issue
Block a user