Skip to content

Commit

Permalink
gradle: migrate to CurseMaven
Browse files Browse the repository at this point in the history
update Hwyla API to 1.8.26-B41_1.12.2
update AE2 to rv6-stable-7
  • Loading branch information
spikespaz committed Dec 13, 2022
1 parent d279e76 commit 4ac7589
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,19 @@ repositories {
name "JEI"
url "http://dvs1.progwml6.com/files/maven"
}

maven {
name "HWYLA"
url "http://tehnut.info/maven"
url "https://cursemaven.com"
}
}

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

deobfCompile "mezz.jei:jei_${config.minecraft.version}:${config.jei.version}"
deobfCompile "mcp.mobius.waila:Hwyla:${config.hwyla.version}"

deobfCompile "appeng:appliedenergistics2:${config.ae2.version}@jar"
deobfCompile "curse.maven:Hwyla-${config.hwyla.cfid}:${config.hwyla.fileid}-sources-api"

deobfCompile "curse.maven:AppliedEnergetistics2-${config.ae2.cfid}:${config.ae2.fileid}"
}

import org.apache.tools.ant.filters.ReplaceTokens
Expand Down
11 changes: 7 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
ae2stuff.version=0.7.0
ae2stuff.version=0.7.1
curseforge.id=225194
bdlib.version=1.14.3.9
minecraft.version=1.12.2
minecraft.mappings=snapshot_20171003
forge.version=14.23.0.2512
ae2.version=rv6-stable-6
ae2.cf=2490/639
ae2.version=rv6-stable-7
ae2.cfid=223794
ae2.fileid=2747063
jei.version=4.8.0.105
hwyla.version=1.8.20-B35_1.12
hwyla.version=1.8.26-B41_1.12.2
hwyla.cfid=253449
hwyla.fileid=2568751

0 comments on commit 4ac7589

Please sign in to comment.