Updated Plugin-API version as it has recived updates since 0.1.0, but yet dine to be in 1.0 release
build / build (push) Has been cancelled

Updeaded the RPCP loader to use JarFile instead of a virtual FS

Signed-off-by: zacharias <alienfromdia@proton.me>
This commit is contained in:
2026-06-16 17:58:33 +02:00
parent b74c5e9e97
commit fcbb405a2e
3 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -2,7 +2,7 @@ plugins {
id 'java-library'
}
version = '0.1.0'
version = '0.1.2'
repositories {
mavenCentral()
@@ -12,6 +12,7 @@ dependencies {
implementation 'io.github.classgraph:classgraph:4.8.184'
api "org.json:json:20250107"
api "org.jetbrains:annotations:23.1.0"
testImplementation platform('org.junit:junit-bom:6.0.0')