Skip to content

Commit 73bcf08

Browse files
committed
Set group ID to 'net.luckperms' in build.gradle
1 parent fddd6f2 commit 73bcf08

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

minestom/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
alias(libs.plugins.blossom)
33
id("java-library")
44
}
5-
5+
group = 'net.luckperms'
66
sourceCompatibility = 21
77
targetCompatibility = 21
88
dependencies {

minestom/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
repositories {
66
mavenCentral()
77
}
8+
group = 'net.luckperms'
89
dependencies {
910
implementation project(':common')
1011
compileOnly project(':common:loader-utils')

minestom/loader/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
alias(libs.plugins.shadow)
33
}
4+
group = 'net.luckperms'
45

56
repositories {
67
mavenCentral()

0 commit comments

Comments
 (0)