Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Gradle 7.3 #5824

Merged
merged 13 commits into from
Nov 18, 2021
540 changes: 333 additions & 207 deletions build.gradle

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void setUp() {

@After
public void tearDown() {
verifyZeroInteractions(offer);
verifyNoMoreInteractions(offer);
}

@Test
Expand Down
2,775 changes: 2,775 additions & 0 deletions gradle/verification-metadata.xml

Large diffs are not rendered by default.

89 changes: 0 additions & 89 deletions gradle/witness/gradle-witness.gradle

This file was deleted.

Binary file removed gradle/witness/gradle-witness.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=11657af6356b7587bfb37287b5992e94a9686d5c8a0a1b60b87b9928a2decde5
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 0 additions & 1 deletion pricenode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ To manually test endpoints, run each of the following:
curl http://localhost:8080/getAllMarketPrices
curl http://localhost:8080/getFees
curl http://localhost:8080/getParams
curl http://localhost:8080/getVersion
curl http://localhost:8080/info
```

Expand Down
55 changes: 0 additions & 55 deletions pricenode/src/main/java/bisq/price/util/VersionController.java

This file was deleted.

21 changes: 0 additions & 21 deletions pricenode/src/test/java/bisq/price/util/VersionControllerTest.java

This file was deleted.