mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
fix type
This commit is contained in:
parent
14f1580c8a
commit
60d5b4ec5a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
if(JavaVersion.current() != JavaVersion.VERSION_1_10){
|
||||
// feel free to delete this if you know what you are doing
|
||||
throw new GradleException("Tis build must be run with java 10. see docs/build.md")
|
||||
throw new GradleException("This build must be run with java 10. see docs/build.md")
|
||||
}
|
||||
buildscript {
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Reference in a new issue