mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Merge pull request #5860 from ghubstan/gradle-java-src-n-target-compat
Set gradle java src & target compat = VERSION_11
This commit is contained in:
commit
95577501a2
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ configure(subprojects) {
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'com.google.osdetector'
|
||||
|
||||
sourceCompatibility = 1.10
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
ext { // in alphabetical order
|
||||
bcVersion = '1.63'
|
||||
|
|
Loading…
Add table
Reference in a new issue