binkley / modern-java-practices

Modern Java/JVM Build Practices
Other
933 stars 69 forks source link

Provide example CI builds without a container #449

Closed binkley closed 3 months ago

binkley commented 5 months ago

The advice here is strongly towards containers (like Earthly), but it is good to show working examples of relying on direct GitHub containers in the CI pipeline when a project does not have a local build that matches CI.

This is both reading & code samples.

Result of this card should be:

binkley commented 4 months ago

See @sgammon's fork for an example.

https://github.com/sgammon/modern-java-practices

binkley commented 3 months ago

Discussion with @jwlibby.