Skip to content

Commit 4ac7589

Browse files
committed
gradle: migrate to CurseMaven
update Hwyla API to 1.8.26-B41_1.12.2 update AE2 to rv6-stable-7
1 parent d279e76 commit 4ac7589

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,19 @@ repositories {
6868
name "JEI"
6969
url "http://dvs1.progwml6.com/files/maven"
7070
}
71+
7172
maven {
72-
name "HWYLA"
73-
url "http://tehnut.info/maven"
73+
url "https://cursemaven.com"
7474
}
7575
}
7676

7777
dependencies {
7878
compile "net.bdew:bdlib:${config.bdlib.version}-mc${config.minecraft.version}:dev"
7979

8080
deobfCompile "mezz.jei:jei_${config.minecraft.version}:${config.jei.version}"
81-
deobfCompile "mcp.mobius.waila:Hwyla:${config.hwyla.version}"
82-
83-
deobfCompile "appeng:appliedenergistics2:${config.ae2.version}@jar"
81+
deobfCompile "curse.maven:Hwyla-${config.hwyla.cfid}:${config.hwyla.fileid}-sources-api"
8482

83+
deobfCompile "curse.maven:AppliedEnergetistics2-${config.ae2.cfid}:${config.ae2.fileid}"
8584
}
8685

8786
import org.apache.tools.ant.filters.ReplaceTokens

build.properties

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
ae2stuff.version=0.7.0
1+
ae2stuff.version=0.7.1
22
curseforge.id=225194
33
bdlib.version=1.14.3.9
44
minecraft.version=1.12.2
55
minecraft.mappings=snapshot_20171003
66
forge.version=14.23.0.2512
7-
ae2.version=rv6-stable-6
8-
ae2.cf=2490/639
7+
ae2.version=rv6-stable-7
8+
ae2.cfid=223794
9+
ae2.fileid=2747063
910
jei.version=4.8.0.105
10-
hwyla.version=1.8.20-B35_1.12
11+
hwyla.version=1.8.26-B41_1.12.2
12+
hwyla.cfid=253449
13+
hwyla.fileid=2568751

0 commit comments

Comments
 (0)