File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ val spaceToken: String by properties
3232
3333kotlinPublications {
3434 defaultGroup.set(group.toString())
35+ defaultArtifactIdPrefix.set(" kotlin-jupyter-" )
3536 fairDokkaJars.set(false )
3637
3738 // Maven Central publishing properties
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
3- baseVersion =0.1 .0
3+ baseVersion =0.3 .0
44devAddition =1
55spaceUsername =
66spaceToken =
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ tasks.test {
3636
3737kotlinPublications {
3838 publication {
39- publicationName.set(" kotlin-jupyter- database" )
39+ publicationName.set(" database" )
4040 description.set(" Kotlin Jupyter kernel integration with DBMSs" )
4141 }
4242}
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ kotlinPublications {
7373 }
7474
7575 publication {
76- publicationName.set(" kotlin-jupyter- intellij-platform" )
76+ publicationName.set(" intellij-platform" )
7777 description.set(" Kotlin Jupyter kernel integration for the IntelliJ Platform" )
7878 }
7979}
You can’t perform that action at this time.
0 commit comments