Skip to content

Commit

Permalink
exclude jei from ae2 api, so we use ours only
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Mar 10, 2019
1 parent c72bc10 commit 5aabf26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -146,7 +146,9 @@ dependencies {
compileOnly "com.blamejared:MTLib:${config.mtlib_version}"
compileOnly "dan200.computercraft:ComputerCraft:${config.computercraft_version}:api"
compileOnly "mcjty.theoneprobe:TheOneProbe-1.12:${config.top_version}:api"
compileOnly "appeng:appliedenergistics2:${config.ae2_version}:api"
compileOnly ("appeng:appliedenergistics2:${config.ae2_version}:api"){
exclude module: "jei_1.12.2"
}
}

processResources
Expand Down

0 comments on commit 5aabf26

Please sign in to comment.