Fix auto-updater failing
- Implemented a new self-reload system, which will boot up a separate plugin to load ServerUtils back up again.
This commit is contained in:
parent
e2a9fb1dc3
commit
2c1c92fef6
10 changed files with 75 additions and 7 deletions
|
|
@ -4,8 +4,16 @@ archivesBaseName = rootProject.name + '-Common'
|
|||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
flatDir { dirs 'src/main/resources' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly name: 'ServerUtilsUpdater'
|
||||
compileOnly 'com.google.code.gson:gson:2.8.0'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
exclude 'net/frankheijden/serverutilsupdater/**'
|
||||
exclude 'plugin.yml'
|
||||
exclude 'bungee.yml'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue