-
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
Provide JDK version externally #25
Conversation
4db48f0
to
459f57b
Compare
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.
LGTM
@sergej-koscejev who is doing now the publication to github packages? Is this now done from a TC configuration or did we decide to not pubilsh github packages at all any more? |
@arimer TeamCity will publish both to GitHub and itemis Repo. |
Note: the TeamCity configuration needs to be adapted as soon as this PR is merged. |
* Require the version to be specified externally for publishing. * Use laziness for version, so that the project can still be loaded into the IDE and e.g. tasks listed without having to specify the version. * Clean up and simplify handling of various architectures. * Include `windows-aarch64` into the list of architectures.
459f57b
to
d829c6a
Compare
JDK version and build should now be provided via project properties
jdkVersion
andjdkBuild
, consistent with build.publish.mps.GitHub workflow is changed to test only, publishing to the local Maven repository.
Build is also upgraded to Gradle 8.10.2 and version 5.6.0 of the download plugin.