#Support oslen
1 messages · Page 1 of 1 (latest)
also is there any special precaution I should have when compiling skytils? how do you recommend I do it
running the gradle build task is all thats required to build it, and yes when you install a new version it will not have your changes in it
Thank you, final question is there any direct way to recommend pushing a change in the next update? Suggestions seem to be to ask developers to implement something, Ive already done it just needs to be approved (small change, 3 lines involved)
make a pull request on the repo
@knotty dove sorry gonna go all out newbie here but Im missing something trying to gradle build
I keep getting:
Execution failed for task ':events:compileJava'.
Could not find tools.jar. Please check that C:\Program Files\java\jre1.8.0_421 contains a valid JDK installation.
my project version is open jdk 1.17
my gradle is set at open jdk 1.17
my java home is jdk 1.17
something here is pointing me to a jre that I dont use and I cant figure it out
Pretty sure the project Java version is meant to be 8
when I set it at 8 I was getting a different error
cant check it now but will later
ty for helping btw
did you work it out yet or need help?
on a separate ticket, build worked, mod doesnt show up on minecraft
did you put the built file into mods folder?
and this mod was built using the gradle build task?