1
0
Fork 0
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:
Paul Schaub 2025-03-25 11:22:16 +01:00
parent a0254f47fb
commit 65113a6d82
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 10 additions and 56 deletions

View file

@ -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'