This commit is contained in:
Frank van der Heijden 2020-06-30 21:05:04 +02:00
parent 0abfa991b9
commit d3eb872f94
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -6,7 +6,7 @@ plugins {
String packagePath = 'net.frankheijden.serverutils' String packagePath = 'net.frankheijden.serverutils'
group = packagePath group = packagePath
version '1.5.2' version '1.5.3'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
repositories { repositories {