v1.4.2 - Call PluginClassLoader through reflection

This commit is contained in:
Frank van der Heijden 2020-06-25 18:42:33 +02:00
parent ac6de28b68
commit 74f5f4c4f1
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
3 changed files with 22 additions and 25 deletions

View file

@ -5,7 +5,7 @@ plugins {
String packagePath = 'net.frankheijden.serverutils'
group = packagePath
version '1.4.1'
version '1.4.2'
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
repositories {