Skip to content

Commit

Permalink
fix(exposed): rename publishing tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
LizAinslie committed Nov 6, 2024
1 parent e32447c commit a2c529d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kraftx/exposed/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ publishing {
}

publications {
create<MavenPublication>("kraftxHttp") {
create<MavenPublication>("kraftxExposed") {
artifactId = "kraftx-exposed"

from(components["java"])
Expand Down

0 comments on commit a2c529d

Please sign in to comment.