-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gradle #33
base: develop
Are you sure you want to change the base?
Update gradle #33
Conversation
update-gradle
update-gradle
update-gradle
update-gradle
update-gradle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING Make sure CI can build this.
JitCi's dropdown does not seem to provide jdk 21
https://jitci.com/gh/Q42/Q42Stats.Android
But a yml file may be the solution... jitpack/jitpack.io#6479
If we want to stay on JitPack instead of Maven in the first place
#29
UPDATE
None of the methods I tried in this branch to get jitpack to use jdk 17 or 21 worked
update-gradle
update-gradle
4a039c0
to
823a5e6
Compare
update-gradle
update-gradle
update-gradle
update-gradle
jitpack.yml
Outdated
jdk: | ||
- openjdk17 | ||
before_install: | ||
- echo "Hello jitpack.yml before_install" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file seems to not be picked up at all; I don't see this being printed to the logs
q42stats/build.gradle
Outdated
@@ -63,6 +68,24 @@ afterEvaluate { | |||
// Applies the component for the release build variant. | |||
from components.release | |||
|
|||
pom { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems not to work, Jitpack still builds using java 11
update-gradle
No description provided.