Unable to Find Dependency Impl. Repo When Building as Dependency
Type-32 opened this issue ยท 2 comments
Here is my repo: https://github.com/Type-32/PreciseManufacturing/tree/1.20.1
When using gradlew build
with the TacZ Mod as a dependency, it fails due to "Could not find com.github.MCModderAnchor:TACZ:${tacz_version}"
In my gradle.properties file I've set my tacz_version
property to 1.0.0-hotfix2 as indicated in the TacZ source files.