[Bug]: Maven down
DePhoegon opened this issue ยท 4 comments
Steps to Reproduce the Bug
Attempt to load a project in intellij with jei in it.
maven {
// location of the maven that hosts JEI files before January 2023
name = "Progwml6's maven"
url = "https://dvs1.progwml6.com/files/maven/"
}
Expected Behavior
It downloads the files
Actual Behavior
It prevents even the fallback mavens from working.
Mod Pack URL (Optional)
No response
Mod Pack Version (Optional)
No response
Extra Notes (Optional)
Removing that maven from the build.gradle file.
latest.log
No response
Just enough Items seems to have switched the maven provider:
Simply change the URL like this:
maven {
name = "Progwml6 maven"
url = "https://maven.blamejared.com/"
}
Thanks, I wasn't aware of the change. I had that one in already. it was listed as the fallback (but I had to remove the first one)
This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.