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
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user