Skip to content

Commit 1898d38

Browse files
authored
Remove Gradle wrapper validation (#30)
According to the [docs](https://github.com/gradle/wrapper-validation-action#reporting-failures), wrapper JARs "generated by Gradle 3.3 to 4.0 are not verifiable because those files were dynamically generated by Gradle in a non-reproducible way". Before upgrading to a newer Gradle version, let's first make the build stable again. Relates to: #29 PR: #30
1 parent f4d29b9 commit 1898d38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/actions.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
with:
1717
ref: 'grandmaster'
1818

19-
- name: Validate Gradle wrapper
20-
uses: gradle/wrapper-validation-action@v1
21-
2219
- name: Set up Ruby
2320
uses: ruby/setup-ruby@v1
2421
with:

0 commit comments

Comments
 (0)