Skip to content

Commit

Permalink
Build with forge 2611
Browse files Browse the repository at this point in the history
Add provided dependency for error_prone_annotations to work around
  Guava 20 problem - google/guava#2837
  • Loading branch information
desht committed Feb 19, 2018
1 parent c91ff0f commit 6229166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dependencies {
deobfCompile "info.amerifrance.guideapi:Guide-API:1.12-${config.guideapi_version}"
deobfCompile "mezz.jei:jei_1.12.2:${config.jei_version}"
deobfCompile "cofh:RedstoneFlux:1.12-2.0.1.2:universal"
provided "com.google.errorprone:error_prone_annotations:2.1.0"
compile "net.darkhax.tesla:Tesla-1.12:${config.tesla_version}"
}

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ archivesBaseName = ModularRouters
# Minecraft/Forge
mc_version = 1.12.2
mcp_mappings = snapshot_20180125
forge_version = 14.23.1.2604
forge_version = 14.23.2.2611

# Dependencies
waila_version = 1.8.21-B36_1.12
Expand Down

0 comments on commit 6229166

Please sign in to comment.