9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-26 18:19:10 +00:00

Refactor name to be HuskSync

This commit is contained in:
William
2021-10-22 18:13:16 +01:00
parent 520f1ea1d7
commit f842afac1e
33 changed files with 224 additions and 246 deletions

View File

@@ -6,7 +6,7 @@ dependencies {
shadowJar {
destinationDirectory.set(file("$rootDir/target/"))
archiveBaseName.set('CrossServerSync')
archiveBaseName.set('HuskSync')
archiveClassifier.set('')
build {
@@ -18,7 +18,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'me.William278'
artifactId = 'CrossServerSync-plugin'
artifactId = 'HuskSync-plugin'
version = "$project.version"
artifact shadowJar