Logistics Pipes

Logistics Pipes

13M Downloads

Can't build project, can't find `ForgeAutoRenamingTool`

Pirulax opened this issue ยท 2 comments

commented

Hello,
I'm trying to build the project (Using IDEA and Java 8), but I'm getting the following:

org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':mavenDownloader_net.minecraftforge_ForgeAutoRenamingTool_0.1.+_all_1'
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Cannot resolve external dependency net.minecraftforge:ForgeAutoRenamingTool:0.1.+ because no repositories are defined.

Tried ./gradlew build too (Again, using Java 1.8.0_452-452), but I get the same error, which then results in:

> Could not find net.minecraftforge:forge:1.12.2-14.23.5.2860_mapped_snapshot_20180814-1.12_at_56e692380cffc6c413dda8970f2683daa317fa99.
  Searched in the following locations:
    - file:/C:/Users/Pirulax/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.12.2-14.23.5.2860_mapped_snapshot_20180814-1.12_at_56e692380cffc6c413dda8970f2683daa317fa99/forge-1.12.2-14.23.5.2860_mapped_snapshot_20180814-1.12_at_56e692380cffc6c413dda8970f2683daa317fa99.pom
    - file:/C:/Users/Pirulax/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.12.2-14.23.5.2860_mapped_snapshot_20180814-1.12_at_56e692380cffc6c413dda8970f2683daa317fa99/forge-1.12.2-14.23.5.2860_mapped_snapshot_20180814-1.12_at_56e692380cffc6c413dda8970f2683daa317fa99.jar
  Required by:
      project :

I've tried Googling up the error, but I've found nothing of help.

I've not dealt with Java since forever, so excuse me if it's something silly :D

commented

Hi, thanks for the heads-up here. I checked and saw that the maven repo was advertising more versions for the ForgeAutoRenamingTool than it actually had.. so nothing you could fix. I manually fixed it on the server-side now. Please try again.

commented

Yeah I was able to build it this time.
Thank you!