diff --git a/build.gradle.kts b/build.gradle.kts index 2aeeafa61..8d4d14350 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { - include("*.yml") + include("**/*.yml") filter( "tokens" to mapOf( "VERSION" to project.version.toString()