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

Refactor package to net.william278; update dependencies & stop shading internal modules

This commit is contained in:
William
2022-06-07 20:44:53 +01:00
parent 2f3b0f37e8
commit a76aecdd23
61 changed files with 255 additions and 253 deletions

View File

@@ -19,7 +19,7 @@ shadowJar {
publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'me.william278'
groupId = 'net.william278'
artifactId = 'husksync-plugin'
version = "$rootProject.version"