Possible working CI.

This commit is contained in:
Logan Gorence
2021-12-21 09:19:28 +00:00
parent e303f6f937
commit b3f2c9270b
2 changed files with 19 additions and 0 deletions

View File

@ -40,6 +40,8 @@ subprojects {
targetCompatibility = javaVersion
}
tasks["jar"].enabled = false
tasks.processResources {
val props = mapOf("version" to version)
inputs.properties(props)