chore: use gradlehaxe from maven
Some checks failed
ci/woodpecker/manual/central-override Pipeline was successful
ci/woodpecker/tag/central-override Pipeline failed

This commit is contained in:
Timo Ley 2024-10-22 20:05:31 +02:00
parent cd13fa7227
commit 820ecc70c8

View file

@ -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