diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties index af1b528a..fa540769 100644 --- a/build-logic/gradle.properties +++ b/build-logic/gradle.properties @@ -12,4 +12,4 @@ neoForgeModdevVersion=2.0.139 # Coordinates for publishing the build-logic plugins as a reusable tool. # Independent of the MagicUtils library version (root gradle.properties). pluginsGroup=dev.ua.theroer.magicutils.build -pluginsVersion=0.1.8 \ No newline at end of file +pluginsVersion=0.1.9 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 1b0c41d0..840c737f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 -version=1.27.0 +version=1.27.1 # Minecraft version is now managed by gradle/targets.properties # You can set it via -Ptarget=... when running Gradle