https://github.com/nielsbasjes/toolchainsincibuilds
Extremely small project to experiment with building against multiple JDK versions in CI.
https://github.com/nielsbasjes/toolchainsincibuilds
Last synced: 19 days ago
JSON representation
Extremely small project to experiment with building against multiple JDK versions in CI.
- Host: GitHub
- URL: https://github.com/nielsbasjes/toolchainsincibuilds
- Owner: nielsbasjes
- License: apache-2.0
- Created: 2022-09-03T09:30:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T16:22:51.000Z (20 days ago)
- Last Synced: 2025-04-12T13:08:48.475Z (19 days ago)
- Language: Java
- Size: 44.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test project to try out Maven Toolchains
and how to get it all running in Github actions and Gitlab-CI.
This project shows:
- Building and testing using toolchains.
- Building a multi release jar.
- Testing a multi release jar with the same integration tests under multiple JDKs.Same project on 2 platforms:
- https://github.com/nielsbasjes/ToolChainsInCiBuilds
- https://gitlab.com/niels/ToolChainsInCiBuilds