From 0bdb8d01640d36ec6507a5e651c41bb21da374f7 Mon Sep 17 00:00:00 2001 From: Niklas Widmann Date: Sun, 10 Nov 2024 11:10:25 +0100 Subject: [PATCH] bump version --- build.gradle | 3 --- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0e4aca72..68680453 100644 --- a/build.gradle +++ b/build.gradle @@ -65,9 +65,6 @@ minecraft { sourceSets.main.resources.srcDir 'src/generated/resources' repositories { - maven { - url = System.getenv()["LOCAL_MAVEN"] - } maven { // location of the maven that hosts Blueprint name = "Jackson's Maven" diff --git a/gradle.properties b/gradle.properties index ca600e23..e3f292c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=3.1.1 +version=3.1.2 group=galena mod_name=Oreganized mod_author=Xaidee as part of Team Galena