generated from tilera/1710mod
chore: use gradlehaxe from maven
This commit is contained in:
parent
cd13fa7227
commit
820ecc70c8
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
maven {
|
||||||
|
name = "tilera"
|
||||||
|
url = "https://maven.tilera.xyz"
|
||||||
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
maven {
|
||||||
name = "forge"
|
name = "forge"
|
||||||
|
@ -15,14 +18,14 @@ buildscript {
|
||||||
classpath ('com.anatawa12.forge:ForgeGradle:1.2-1.0.+') {
|
classpath ('com.anatawa12.forge:ForgeGradle:1.2-1.0.+') {
|
||||||
changing = true
|
changing = true
|
||||||
}
|
}
|
||||||
classpath ('net.anvilcraft.gradlehaxe:net.anvilcraft.gradlehaxe.gradle.plugin:0.1.0') {
|
classpath ('net.anvilcraft:gradlehaxe:0.1.0') {
|
||||||
changing = true
|
changing = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: 'net.anvilcraft.gradlehaxe'
|
apply plugin: 'haxe'
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_1_8
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Reference in a new issue