mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 09:49:44 +02:00
Make use of toolchain functionality and raise min Java API level to 11
This commit is contained in:
parent
2c26ab2da5
commit
8394f2e5a8
2 changed files with 11 additions and 13 deletions
|
@ -7,7 +7,7 @@ allprojects {
|
|||
shortVersion = '10.1.1'
|
||||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
javaSourceCompatibility = 11
|
||||
gsonVersion = '2.10.1'
|
||||
jsrVersion = '3.0.2'
|
||||
junitVersion = '5.8.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue