Open jadenquinn opened 3 days ago
It would be much more helpful if you could provide the build error instead of complaining about builds not being available. I am well aware of that and the reason for that is because there is no user oriented frontend for installing the wrapper.
If you're looking for tagged builds your only option atm is a heavily outdated v1.0 commit which is published at https://maven.glass-launcher.net/#/releases/org/mcphackers/launchwrapper and http://mcphackers.org/libraries/org/mcphackers/launchwrapper/1.0/launchwrapper-1.0.jar
It would be much more helpful if you could provide the build error instead of complaining about builds not being available. I am well aware of that and the reason for that is because there is no user oriented frontend for installing the wrapper.
If you're looking for tagged builds your only option atm is a heavily outdated v1.0 commit which is published at https://maven.glass-launcher.net/#/releases/org/mcphackers/launchwrapper and http://mcphackers.org/libraries/org/mcphackers/launchwrapper/1.0/launchwrapper-1.0.jar
I wasn't intending to build. I just know how to use java agents, and I'm assuming that's what this is. If, somehow, this build error helps at all, here it is: jaden@PureSlate LaunchWrapper-1.0 % ./gradlew build Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
Where: Build file '/Users/jaden/Downloads/LaunchWrapper-1.0/build.gradle'
What went wrong: Could not compile build file '/Users/jaden/Downloads/LaunchWrapper-1.0/build.gradle'.
startup failed: General error during conversion: Unsupported class file major version 67
java.lang.IllegalArgumentException: Unsupported class file major version 67
at groovyjarjarasm.asm.ClassReader.
1 error
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 1s jaden@PureSlate LaunchWrapper-1.0 %
I know it's because whatever Java version it is using is the wrong one, but that doesn't help me, since I haven't been able to figure out how to swtich it. Everyone just tells me to configer my PATH but as far as I know that's not a thing on my platform.
Buuuut I guess I will have to build! Builds really should be available, not sure why there aren't. That is why I am bitching. So how do I fix this Java version problem?
Hi, I'm not a dev, I just want to use this tool, however I simply cannot build a copy of it, so I must obtain it some other way. In what way should I do this?
Here, this is straight from the guide:
Leaving out crucial details like... how in the world I'm suppose to actually obtain resources, is a lot of what gatekeeps most people from using useful resources like this tool.