Skip to content

Commit

Permalink
feat(core): add group
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Jul 23, 2024
1 parent e9baf29 commit 929cc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ publishing {
publications {
create<MavenPublication>("maven") {
artifactId = "konveyor"
groupId = "io.github.vacxe"

from(components["java"])

Expand Down
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id("convention.publishing")
}

group = "io.github.vacxe"

repositories {
mavenCentral()
}
Expand Down

0 comments on commit 929cc8d

Please sign in to comment.