upgrade to Gradle 7.3.3 (#439)

* upgrade to Gradle 7.3.3

* add verification hashes for mac and windows

* add verification hash for windows
This commit is contained in:
duriancrepe 2022-09-19 05:59:57 -07:00 committed by GitHub
parent 6d8305c891
commit 9975d7398b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1557 additions and 303 deletions

View file

@ -46,7 +46,7 @@ public class ReceiptValidatorTest {
@After
public void tearDown() {
verifyZeroInteractions(offer);
verifyNoMoreInteractions(offer);
}
@Test