Skip to content

Commit 7e2ee42

Browse files
authored
Change artifactId from 'AP-Tweaks' to 'ap-tweaks'
1 parent f7805af commit 7e2ee42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ publishing {
4949
publications {
5050
create<MavenPublication>("maven") {
5151
groupId = "io.github.apdevteam"
52-
artifactId = "AP-Tweaks"
52+
artifactId = "ap-tweaks"
5353
version = "${project.version}"
5454

5555
artifact(tasks.jar)

0 commit comments

Comments
 (0)