mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-14 10:35:20 +01:00
Updated ReflectionUtils
This commit is contained in:
parent
adcbffe853
commit
6ec87b736f
@ -32,7 +32,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly "com.bgsoftware.common.reflection:ReflectionUtils:b3"
|
compileOnly "com.bgsoftware.common.reflection:ReflectionUtils:b5"
|
||||||
}
|
}
|
||||||
|
|
||||||
task checkDebug() {
|
task checkDebug() {
|
||||||
@ -65,7 +65,7 @@ dependencies {
|
|||||||
implementation fileTree(rootProject.archiveFolder.getAbsolutePath())
|
implementation fileTree(rootProject.archiveFolder.getAbsolutePath())
|
||||||
implementation project(":API")
|
implementation project(":API")
|
||||||
|
|
||||||
implementation 'com.bgsoftware.common.reflection:ReflectionUtils:b3'
|
implementation 'com.bgsoftware.common.reflection:ReflectionUtils:b5'
|
||||||
implementation 'com.bgsoftware.common.updater:Updater:b1'
|
implementation 'com.bgsoftware.common.updater:Updater:b1'
|
||||||
implementation 'com.bgsoftware.common.config:CommentedConfiguration:b1'
|
implementation 'com.bgsoftware.common.config:CommentedConfiguration:b1'
|
||||||
implementation 'com.bgsoftware.common.dependencies:DependenciesManager:b2'
|
implementation 'com.bgsoftware.common.dependencies:DependenciesManager:b2'
|
||||||
|
Loading…
Reference in New Issue
Block a user