bump version, #releaseBuild
This commit is contained in:
parent
2a543b4170
commit
3854f98535
1 changed files with 8 additions and 8 deletions
16
build.gradle
16
build.gradle
|
@ -1,15 +1,15 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
mavenCentral()
|
||||||
maven {
|
maven {
|
||||||
name = "covers1624"
|
name = "forge"
|
||||||
url = "http://maven.covers1624.net/"
|
url = "http://files.minecraftforge.net/maven"
|
||||||
|
}
|
||||||
|
maven {
|
||||||
|
name = "sonatype"
|
||||||
|
url = "https://oss.sonatype.org/content/repositories/snapshots/"
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
name = "covers1624"
|
|
||||||
url = "http://mavenmirror.covers1624.net/"
|
|
||||||
}
|
|
||||||
maven {
|
|
||||||
name = "Modmuss50"
|
name = "Modmuss50"
|
||||||
url = "http://maven.modmuss50.me/"
|
url = "http://maven.modmuss50.me/"
|
||||||
}
|
}
|
||||||
|
@ -67,7 +67,7 @@ configurations {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
version = "2.1.3"
|
version = "2.1.4"
|
||||||
|
|
||||||
def ENV = System.getenv()
|
def ENV = System.getenv()
|
||||||
if (ENV.BUILD_NUMBER) {
|
if (ENV.BUILD_NUMBER) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue