Skip to content

Commit

Permalink
comment publications
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan108 committed Mar 13, 2024
1 parent cc21968 commit 17540aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repositories {
}

publishing {
publications {
create<MavenPublication>("default") {
from(components["java"])
// Include any other artifacts here, like javadocs
}
}
// publications {
// create<MavenPublication>("default") {
// from(components["java"])
// // Include any other artifacts here, like javadocs
// }
// }

repositories {
maven {
Expand Down

0 comments on commit 17540aa

Please sign in to comment.