Update agp to 1.12

This commit is contained in:
IzzelAliz 2021-01-21 18:13:12 +08:00
parent 793fddc227
commit 638c6c641e
3 changed files with 5 additions and 9 deletions

View File

@ -4,12 +4,12 @@ buildscript {
maven { url = 'https://repo.spongepowered.org/maven' }
jcenter()
mavenCentral()
maven { url = 'https://jitpack.io' }
maven { url = 'https://maven.izzel.io/releases' }
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT'
classpath "com.github.ArclightTeam:arclight-gradle-plugin:$agpVersion"
classpath "io.izzel.arclight:arclight-gradle-plugin:$agpVersion"
}
}
@ -45,9 +45,7 @@ repositories {
maven { url = 'https://repo.spongepowered.org/maven' }
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url = 'https://repo.codemc.io/repository/nms/' }
maven { url = 'https://files.minecraftforge.net/maven/' }
maven { url = 'https://www.dogforce-games.com/maven/' }
maven { url = 'https://jitpack.io/' }
}

View File

@ -4,12 +4,12 @@ buildscript {
maven { url = 'https://repo.spongepowered.org/maven' }
jcenter()
mavenCentral()
maven { url = 'https://jitpack.io' }
maven { url = 'https://maven.izzel.io/releases' }
}
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT'
classpath "com.github.ArclightTeam:arclight-gradle-plugin:$agpVersion"
classpath "io.izzel.arclight:arclight-gradle-plugin:$agpVersion"
}
}
@ -54,9 +54,7 @@ repositories {
}
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
maven { url = 'https://repo.codemc.io/repository/nms/' }
maven { url = 'https://files.minecraftforge.net/maven/' }
maven { url = 'https://www.dogforce-games.com/maven/' }
maven { url = 'https://jitpack.io/' }
}

View File

@ -3,7 +3,7 @@ allprojects {
version '1.0.12-SNAPSHOT'
ext {
agpVersion = '1.9'
agpVersion = '1.12'
}
task cleanBuild {