Merge pull request #3091 from christophsturm/remove-jdk-10-need

jdk10 is no longer needed to build and run the test suite
This commit is contained in:
sqrrm 2019-08-21 17:23:03 +02:00 committed by GitHub
commit f40728b448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 13 deletions

View File

@ -17,12 +17,4 @@ Follow the step-by-step instructions at https://bisq.network/get-started.
## Contribute to Bisq
Bisq currently requires JDK 10 . See the scripts directory for scripts that can be used to install and configure the JDK automatically.
TIP: If you are on MacOS, run the script with this command . scripts/install_java.sh.
If you prefer not to run scripts or change your default java, you can use Adoptopenjdk https://adoptopenjdk.net/archive.html. Just untar it where you like, and set java home when running gradle. for example: `JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-10.0.2+13/Contents/Home ./gradlew clean build
See [CONTRIBUTING.md](CONTRIBUTING.md) and the [developer docs](docs/README.md).

View File

@ -1,10 +1,5 @@
# Building Bisq
_You will need [OpenJDK 10](https://jdk.java.net/10/) installed and configured as the default system JDK to complete the following instructions. See the `scripts` directory for scripts that can be used to install and configure the JDK automatically._
> TIP: If you are on MacOS, run the script with this command `. scripts/install_java.sh`.
If you prefer not to run scripts or change your default java, you can use Adoptopenjdk https://adoptopenjdk.net/archive.html. Just untar it where you like, and set java home when running gradle.
for example: `JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-10.0.2+13/Contents/Home ./gradlew clean build`
## Clone
@ -25,6 +20,8 @@ If on Windows run `gradlew.bat build` instead.
Bisq executables are now available in the root project directory. Run Bisq Desktop as follows:
Note: bisq runs fine on jdk10 and jdk11. jdk12 is currently not supported.
./bisq-desktop
If on Windows use the `bisq-desktop.bat` script instead.