pw-mre:main: Could not find net.radstevee.packed:packed-core:1.0.3.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/net/radstevee/packed/packed-core/1.0.3/packed-core-1.0.3.pom
- https://repo.papermc.io/repository/maven-public/net/radstevee/packed/packed-core/1.0.3/packed-core-1.0.3.pom
Required by:
root project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
When applying userdev to a project with a
dependencyResolutionManagement { repositories { ... } }block, these will be discarded and only maven central and the paper repo will be added. MRE: https://github.com/radstevee/paperweight-288-mre