#betaBuild
This commit is contained in:
parent
fb4459c218
commit
e39e6e9070
2 changed files with 5 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -27,4 +27,6 @@ java_pid2412.hprof
|
||||||
/classes/
|
/classes/
|
||||||
/gradle.properties
|
/gradle.properties
|
||||||
/buildSrc/.gradle/
|
/buildSrc/.gradle/
|
||||||
/buildSrc/build/
|
/buildSrc/build/
|
||||||
|
/src/main/resources/package-lock.json
|
||||||
|
/src/main/resources/node_modules/
|
|
@ -48,7 +48,7 @@ repositories {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "3.0.12"
|
version = "3.0.13"
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
shade
|
shade
|
||||||
|
@ -81,7 +81,7 @@ dependencies {
|
||||||
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
|
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
|
||||||
}
|
}
|
||||||
|
|
||||||
def rcVersion = 'RebornCore:RebornCore-1.14.4:4.0.14+build.166'
|
def rcVersion = 'RebornCore:RebornCore-1.14.4:+'
|
||||||
|
|
||||||
//Hopefully this doesnt break too much eek
|
//Hopefully this doesnt break too much eek
|
||||||
if(Boolean.parseBoolean(System.getProperty("idea.sync.active", "false"))){
|
if(Boolean.parseBoolean(System.getProperty("idea.sync.active", "false"))){
|
||||||
|
|
Loading…
Reference in a new issue