Gradle Import Failed, Fresh Clone.
Stereo528 opened this issue ยท 4 comments
Describe the Bug
Gradle fails to "resolve all files for configuration :classpath
" with Could not resolve io.github.juuxel:loom-quiltflower-mini
Java 17 is set as my Project SDK in IntelliJ IDEA Ultimate, IntelliJ Downloaded Gradle 7.3.1 upon opening the project
If I understand the log (linked below) correctly it is complaining about not having Gradle 7.3.1 and something about Needing Java 8 despite being a project and mod in Java 17
Reproduction Steps
I have literally no clue how to reproduce this...
Expected Result
Gradle should import everything fine and work. Not sure how else to explain it.
Screenshots and Videos
No response
Crash Report or Log
https://pastebin.com/c2Pn0xdb (Full IntelliJ Log)
Operating System
Windows 10
Mod Version
0.4.0a
Minecraft Version
1.18.1
Forge Version
Fabric Loader Version 12.11
Other Mods
No response
Additional Context
Fresh clone, was going to possibly do some bug hunting and fix a few things, been bored and wanted to code...
Sigh* please don't make issues regarding getting the mod running we are not here to tell you how to use gradle we are here to fix bugs
fun fact: IntelliJ had set my Gradle JVM in Build Tools > Gradle to Java despite having never using Java 8, thanks to JAVA_HOME and IntelliJ for ruining my fun . Worst part is that I'm pretty sure my Java Home was set to Java 17 before ever opening IntelliJ for the first time, which I just recently installed OS sooooo.
consider this being a "me being dumb" and "IntelliJ being dumb" moment