diff --git a/build.gradle.kts b/build.gradle.kts index bc286c8..461a6b3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,6 +42,10 @@ tasks { eachFile { expand("version" to project.version) } } + withType.configureEach { + isFailOnError = false + } + withType { archiveClassifier.set("hytale") @@ -75,4 +79,4 @@ tasks { } publish.get().setDependsOn(listOf(build.get())) -} \ No newline at end of file +}