-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RepositoryNotFoundException #5269
Comments
I do not believe I have seen this particular error before. Have you made sure that you are using Java 17? It could be that the dependency failed to download. Can you access https://ajoberstar.github.io/bintray-backup/org/ajoberstar/grgit/1.9.3/grgit-1.9.3.pom successfully? |
my java version
and I can access the website you said and download it , I also tried java11, but it didn't work |
you did something like:
is it? or you were using master branch? |
I clone the develop branch directly. It's default, isn't it? I use develop branch |
Can I manually init or clone these modules such as https://github.com/Terasology/CoreWorlds ? |
That should be possible What For each module you can do The list of
|
I manually clone these modules but can't build them because they don't have the build.gradle.kts file. How do I fix this? |
You can try copying the file |
E:\workspace\terasology1\Terasology>groovyw module init iota
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
E:\workspace\terasology1\Terasology\config\groovy\common.groovy: 12: unable to resolve class org.eclipse.jgit.errors.RepositoryNotFoundException
@ line 12, column 1.
import org.eclipse.jgit.errors.RepositoryNotFoundException
^
1 error
How can I solve this problem?
The text was updated successfully, but these errors were encountered: