RFR: Make build incremental

Erik Helin ehelin at openjdk.org
Tue Sep 24 12:43:49 UTC 2019


Hi all,

this larger patch adds proper `@Input` and `@OutputDirectory` annotations to our Gradle plugins. The result is that the build is fully incremental 🎉.

## Testing
- `sh gradlew images` works
- `sh gradlew test` passes on Linux x86_64
- Manual testing of CLI binaries

Thanks,
Erik

----------------

Commits:
 - e34a72cc: Make build incremental

Changes: https://git.openjdk.java.net/skara/pull/160/files
 Webrev: https://webrevs.openjdk.java.net/skara/160/webrev.00
  Stats: 209 lines in 6 files changed: 68 ins; 18 del; 123 mod
  Patch: https://git.openjdk.java.net/skara/pull/160.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/160/head:pull/160

PR: https://git.openjdk.java.net/skara/pull/160


More information about the skara-dev mailing list