Skip to content

Commit 1d0d6cb

Browse files
authored
comment publications (#5)
1 parent 0100039 commit 1d0d6cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repositories {
1111
}
1212

1313
publishing {
14-
publications {
15-
create<MavenPublication>("default") {
16-
from(components["java"])
17-
// Include any other artifacts here, like javadocs
18-
}
19-
}
14+
// publications {
15+
// create<MavenPublication>("default") {
16+
// from(components["java"])
17+
// // Include any other artifacts here, like javadocs
18+
// }
19+
// }
2020

2121
repositories {
2222
maven {

0 commit comments

Comments
 (0)