Add initial multi plugin management
This commit is contained in:
parent
df55162d73
commit
94e4693b5e
54 changed files with 1988 additions and 937 deletions
|
|
@ -3,7 +3,6 @@ plugins {
|
|||
}
|
||||
|
||||
group = rootProject.group + '.common'
|
||||
String dependencyDir = group + '.dependencies'
|
||||
version = rootProject.version
|
||||
archivesBaseName = rootProject.name + '-Common'
|
||||
|
||||
|
|
@ -12,7 +11,6 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
compileOnly 'com.github.FrankHeijden:ServerUtilsUpdater:v1.0.0'
|
||||
}
|
||||
|
||||
|
|
@ -25,5 +23,4 @@ shadowJar {
|
|||
exclude 'net/frankheijden/serverutilsupdater/**'
|
||||
exclude 'plugin.yml'
|
||||
exclude 'bungee.yml'
|
||||
relocate 'com.google.gson', dependencyDir + '.gson'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue