v1.5.1 - Only tryClose if not null

This commit is contained in:
Frank van der Heijden 2020-06-27 12:29:58 +02:00
parent 0f641e115c
commit c9fceaac0d
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
2 changed files with 2 additions and 1 deletions

View file

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