pluginmanager: only load jar plugins from the folder

This commit is contained in:
ThatGamerBlue
2020-08-31 12:28:34 +01:00
parent 469695db7c
commit ae9be07bae
3 changed files with 9 additions and 5 deletions

View File

@@ -166,8 +166,6 @@ subprojects {
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
withSourcesJar()
}
withType<AbstractArchiveTask> {