release 1.2
This commit is contained in:
parent
1ebf4852a4
commit
015620f41a
14
build.gradle
14
build.gradle
|
@ -8,20 +8,22 @@ subprojects {
|
|||
apply plugin: "kotlin"
|
||||
apply plugin: "idea"
|
||||
|
||||
if (name != "core") {
|
||||
idea {
|
||||
module {
|
||||
excludeDirs += [file("run")]
|
||||
}
|
||||
idea {
|
||||
module {
|
||||
excludeDirs += [file("run")]
|
||||
}
|
||||
}
|
||||
|
||||
if (name != "core") {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
name = "unascribed"
|
||||
url = 'http://unascribed.com/maven/releases'
|
||||
}
|
||||
maven {
|
||||
url "http://maven.shadowfacts.net/"
|
||||
name = "shadowfacts"
|
||||
url = "http://maven.shadowfacts.net/"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
mod_version = 1.1.2
|
||||
mod_version = 1.2
|
||||
|
|
Loading…
Reference in New Issue