Skip to content

fix: commit gradle-wrapper.jar so CI can build#5

Merged
ph0smet merged 1 commit into
mainfrom
fix/commit-gradle-wrapper-jar
May 14, 2026
Merged

fix: commit gradle-wrapper.jar so CI can build#5
ph0smet merged 1 commit into
mainfrom
fix/commit-gradle-wrapper-jar

Conversation

@ph0smet
Copy link
Copy Markdown
Owner

@ph0smet ph0smet commented May 13, 2026

CI failed with "Unable to access jarfile" because gradle-wrapper.jar was never committed. The .gitignore had a !gradle/wrapper/gradle-wrapper.jar exception, but a later *.jar rule overrode it (gitignore processes top-to-bottom, later wins). Moved the exception below *.jar so it actually applies, then committed the JAR.

CI failed with "Unable to access jarfile" because gradle-wrapper.jar
was never committed. The .gitignore had a !gradle/wrapper/gradle-wrapper.jar
exception, but a later *.jar rule overrode it (gitignore processes
top-to-bottom, later wins). Moved the exception below *.jar so it
actually applies, then committed the JAR.
@ph0smet ph0smet merged commit 19edf21 into main May 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant