Update arclight-gradle-plugin. Fix #33. Fix #35. Close #31.

This commit is contained in:
IzzelAliz 2020-08-08 17:20:14 +08:00
parent e16ab8b21a
commit 9d2c2d1a01
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT'
classpath "com.github.IzzelAliz:arclight-gradle-plugin:$agpVersion"
classpath "com.github.ArclightTeam:arclight-gradle-plugin:$agpVersion"
}
}

View File

@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT'
classpath "com.github.IzzelAliz:arclight-gradle-plugin:$agpVersion"
classpath "com.github.ArclightTeam:arclight-gradle-plugin:$agpVersion"
}
}

View File

@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT'
classpath "com.github.IzzelAliz:arclight-gradle-plugin:$agpVersion"
classpath "com.github.ArclightTeam:arclight-gradle-plugin:$agpVersion"
}
}

View File

@ -6,7 +6,7 @@ allprojects {
version '1.0.4-SNAPSHOT'
ext {
agpVersion = '1.7'
agpVersion = '1.8'
}
task cleanBuild {