mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Rework gradle, making use of toolchain feature
This commit is contained in:
parent
a0254f47fb
commit
65113a6d82
3 changed files with 10 additions and 56 deletions
|
@ -6,8 +6,7 @@ allprojects {
|
|||
ext {
|
||||
shortVersion = '1.7.5'
|
||||
isSnapshot = true
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
javaSourceCompatibility = 11
|
||||
bouncyCastleVersion = '1.80'
|
||||
bouncyPgVersion = bouncyCastleVersion
|
||||
junitVersion = '5.8.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue