Skip to content

Commit

Permalink
Buildscript cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GirafiStudios committed Mar 19, 2019
1 parent 37458af commit 4753f37
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ group= "com.teammetallurgy.atum"
archivesBaseName = "Atum"

minecraft {
version = "1.12.2-14.23.5.0"
version = "${minecraft_version}-${forge_version}"
mappings = "${mappings_version}"
runDir = "run"

Expand All @@ -51,11 +51,6 @@ minecraft {
replace "@API_VERSION@", "${api_version}"
replaceIn "package-info.java"
}
configurations.forgeGradleUserDevPackage {
resolutionStrategy {
force 'net.minecraftforge:forge:1.12.2-14.23.5.2815:userdev'
}
}

dependencies {
deobfProvided "mezz.jei:jei_${minecraft_version}:${jei_version}:api"
Expand Down

0 comments on commit 4753f37

Please sign in to comment.