[bisq-network/bisq] Upgrade to Gradle 7.3 (PR #5824)

Stephan Oeste notifications at github.com
Mon Nov 15 14:54:42 CET 2021


Worked after two builds after upgrade from master.

Reproduce:
As stated in the README I used this script to install a fresh pricenode on Ubuntu 20.04.3 LTS and Debian 10: 
https://github.com/bisq-network/bisq/blob/master/pricenode/install_pricenode_debian.sh

After that worked I checked out this PR and started as bisq user:
```
./gradlew clean
./gradlew :pricenode:installDist  -x test
```

Build error:
```
...
> Task :common:compileJava
Note: /bisq/bisq/common/src/main/java/bisq/common/util/Utilities.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :common:processResources NO-SOURCE
> Task :common:classes
> Task :common:jar

> Task :p2p:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :p2p:processResources
> Task :p2p:classes
> Task :p2p:jar
> Task :core:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':core:compileJava'.
> Dependency verification failed for configuration ':core:compileClasspath'
  One artifact failed verification: jackson-base-2.12.1.pom (com.fasterxml.jackson:jackson-base:2.12.1) from repository MavenRepo
  If the artifacts are trustworthy, you will need to update the gradle/verification-metadata.xml file by following the instructions at https://docs.gradle.org/7.3/userguide/dependency_verification.html#sec:troubleshooting-verification

  Open this report for more details: file:///bisq/bisq/build/reports/dependency-verification/at-1636983752967/dependency-verification-report.html
...
```

Second build:
```
./gradlew clean
./gradlew :pricenode:installDist  -x test
```
No error.

As root:
```
service bisq-pricenode restart
```

Works.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5824#issuecomment-968932650
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211115/f4b34687/attachment-0001.htm>


More information about the bisq-github mailing list