Closed YaeSakuraQvQ closed 1 year ago
You're supposed to use MindustryJitpack
, not Mindustry
as the dependency.
Sorry to bother you again, but... Again, similar problem, the following are the full dependencies
dependencies{
compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion"
compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion"
annotationProcessor "com.github.Anuken:jabel:$jabelVersion"
}
How can I fix it, plz
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find com.github.Anuken.Arc:flabel:a0bdca954b.
Searched in the following locations:
1 actionable task: 1 executed
- https://repo.maven.apache.org/maven2/com/github/Anuken/Arc/flabel/a0bdca954b/flabel-a0bdca954b.pom
- https://www.jitpack.io/com/github/Anuken/Arc/flabel/a0bdca954b/flabel-a0bdca954b.pom
Required by:
project : > com.github.Anuken.MindustryJitpack:core:v144.1
Use 144.3 or 144.2 as your dependency, not 144.1.
Sorry to bother you, I downloaded the zip, but when building gradle in IDEA, the following error occurred. How should I deal with it? I didn't change anything
MindustryJavaModTemplate-master:main: Could not resolve com.github.Anuken.Arc:flabel:v146.
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
I used compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion" in a forked mod Then I received the following error in the action
How can I try to fix them, plz