Skip to content

Commit 5509e42

Browse files
committed
Set group ID to 'net.luckperms' in build.gradle
1 parent 1e52381 commit 5509e42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("java-library")
33
id("jacoco")
44
}
5-
5+
group = 'net.luckperms'
66
test {
77
useJUnitPlatform {
88
if (!project.hasProperty('dockerTests')) {

common/loader-utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// nothing special to do here (yet)!
2-
2+
group = 'net.luckperms'
33
// Only used occasionally for deployment - not needed for normal builds.
44
javadoc {
55
title = 'LuckPerms Minestom Loader (v' + project.ext.apiVersion + ')'

0 commit comments

Comments
 (0)