> See the [Gradle Wrapper Validation > Action](https://github.com/marketplace/actions/gradle-wrapper-validation) for > details on this pull request. I'll test the changes with the following > sequence of commits: > > 1. This commit adds a tampered Gradle Wrapper JAR file, which should go > undetected. > 2. The next commit will add the Official Gradle Wrapper Validation Action, > which should detect the tampered file. > 3. The final commit will remove the tampered file and replace it with the > original Gradle 4.8 Wrapper.
John Neffenger has updated the pull request incrementally with one additional commit since the last revision: Make build jobs dependent on wrapper validation Consolidate the two GitHub workflow files and make the three build jobs dependent on the success of the Gradle Wrapper validation. ------------- Changes: - all: https://git.openjdk.java.net/jfx/pull/419/files - new: https://git.openjdk.java.net/jfx/pull/419/files/886a54a4..b2a737ad Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jfx&pr=419&range=02 - incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=419&range=01-02 Stats: 24 lines in 2 files changed: 11 ins; 13 del; 0 mod Patch: https://git.openjdk.java.net/jfx/pull/419.diff Fetch: git fetch https://git.openjdk.java.net/jfx pull/419/head:pull/419 PR: https://git.openjdk.java.net/jfx/pull/419