Closed GoldenWerewolf112 closed 1 month ago
KubeJS and it's dependencies on 1.20 were removed from maven (for some reason). Edit the build.gradle and add
repositories {
... other mavens ...
maven {
url "https://maven.latvian.dev/releases"
content {
includeGroup "dev.latvian.mods"
includeGroup "dev.latvian.apps"
}
}
}
Oh... yeah. It worked, thanks. 😅
Cause 1: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find dev.latvian.mods:kubejs-forge:2001.6.3-build.45. Searched in the following locations:
FAILURE: Build failed with an exception.
What went wrong: Could not resolve all files for configuration ':runtimeClasspathCopy'.
Try:
Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.5/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 13s