Skip to content

Commit ca0e264

Browse files
authored
Update build.gradle.kts
1 parent 6e77eb5 commit ca0e264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publishing {
3030
publications {
3131
create<MavenPublication>("maven") {
3232
groupId = "com.eternalcode"
33-
artifactId = "eternalupdater"
33+
artifactId = "updater"
3434
version = System.getenv("E_VERSION")
3535

3636
from(components["java"])
@@ -50,4 +50,4 @@ publishing {
5050

5151
tasks.getByName<Test>("test") {
5252
useJUnitPlatform()
53-
}
53+
}

0 commit comments

Comments
 (0)