[bisq-network/bisq] Resolve deprecation warnings encountered in gradle build (#1815)

Devin Bileck notifications at github.com
Wed Oct 24 23:39:23 UTC 2018


The following, taken from https://travis-ci.org/bisq-network/bisq/builds/445786437, should be investigated and resolved before migrating to Gradle 5.

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

```
> Task :core:compileTestJava
Note: /home/travis/build/bisq-network/bisq/core/src/test/java/bisq/core/payment/PaymentAccountTest.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 :desktop:compileTestJava
Note: /home/travis/build/bisq-network/bisq/desktop/src/test/java/bisq/desktop/main/offer/offerbook/OfferBookViewModelTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/travis/build/bisq-network/bisq/desktop/src/test/java/bisq/desktop/maker/PreferenceMakers.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
```

```
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
```

-- 
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/issues/1815
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181024/f8ae99d1/attachment.html>


More information about the bisq-github mailing list