We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc1812 commit 0bdb8d0Copy full SHA for 0bdb8d0
build.gradle
@@ -65,9 +65,6 @@ minecraft {
65
sourceSets.main.resources.srcDir 'src/generated/resources'
66
67
repositories {
68
- maven {
69
- url = System.getenv()["LOCAL_MAVEN"]
70
- }
71
maven {
72
// location of the maven that hosts Blueprint
73
name = "Jackson's Maven"
gradle.properties
@@ -1,5 +1,5 @@
1
# Project
2
-version=3.1.1
+version=3.1.2
3
group=galena
4
mod_name=Oreganized
5
mod_author=Xaidee as part of Team Galena
0 commit comments