binkley / modern-java-practices

Modern Java/JVM Build Practices
The Unlicense
920 stars 69 forks source link

Ignore cross-builds between Gradle and Maven in CI #560

Closed binkley closed 3 days ago

binkley commented 5 days ago

Presently the CI builds for Gradle and Maven know to ignore changes in repo docs (README, images, etc.) To improve CI performance, the Gradle build should ignore files only for Maven, and the Maven build should ignore files only for Gradle.

Acceptance criteria