VKS-Java 0.1.5-SNAPSHOT

This commit is contained in:
Paul Schaub 2025-09-29 16:02:25 +02:00
parent b0fc512074
commit 69cb2efce8
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,8 +4,8 @@
allprojects { allprojects {
ext { ext {
shortVersion = '0.1.4' shortVersion = '0.1.5'
isSnapshot = false isSnapshot = true
javaSourceCompatibility = 11 javaSourceCompatibility = 11
bouncycastleVersion = '1.82' bouncycastleVersion = '1.82'
junitVersion = '5.8.2' junitVersion = '5.8.2'