Use Java 11 in github build action#50
Open
tisoft wants to merge 2 commits intoInnovar-Healthcare:bridgelink_developmentfrom
Open
Use Java 11 in github build action#50tisoft wants to merge 2 commits intoInnovar-Healthcare:bridgelink_developmentfrom
tisoft wants to merge 2 commits intoInnovar-Healthcare:bridgelink_developmentfrom
Conversation
Author
|
The build is disabled in this repo, so I have enablked it in our repo: https://github.com/advanova/BridgeLink/actions/runs/17263129416/job/48988990111 It works again. If you approve this PR I will remove the additional commit. |
2c7906c to
d8fcb9a
Compare
|
Thanks for the PR. We are actually using java 17 now as the minimum. We're also working on a slightly different build strategy using AWS CodeDeploy. It will be triggered by the GH action but shell out to our AWS environment to do the build for every environment, then use Install4J to build the final binaries and handle the code sign. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest changes do not compile on Java8 anymore.
This configures the github action to use java 11 for compilation.