Skip to content

Use Java 11 in github build action#50

Open
tisoft wants to merge 2 commits intoInnovar-Healthcare:bridgelink_developmentfrom
advanova:fix_github_ant_build
Open

Use Java 11 in github build action#50
tisoft wants to merge 2 commits intoInnovar-Healthcare:bridgelink_developmentfrom
advanova:fix_github_ant_build

Conversation

@tisoft
Copy link
Copy Markdown

@tisoft tisoft commented Aug 27, 2025

The latest changes do not compile on Java8 anymore.

This configures the github action to use java 11 for compilation.

@tisoft tisoft changed the title ant Fix Github ant build action Aug 27, 2025
@tisoft
Copy link
Copy Markdown
Author

tisoft commented Aug 27, 2025

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.

@tisoft tisoft force-pushed the fix_github_ant_build branch from 2c7906c to d8fcb9a Compare August 27, 2025 10:36
@tisoft tisoft changed the title Fix Github ant build action Use Java 11 in github build action Aug 27, 2025
@tisoft tisoft marked this pull request as ready for review August 27, 2025 10:36
@joshmc82
Copy link
Copy Markdown

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.
That said, the regular GH build is still worth including for the general audience who may wish to just run a local build.

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.

3 participants