diff --git a/build.gradle b/build.gradle index d3246d95..3a5ead73 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { allprojects { group 'wtf.choco' // Group for each version - version '1.17.8' // Global version applied to all projects + version '1.17.9' // Global version applied to all projects tasks.withType(JavaCompile) { options.encoding 'UTF-8'