Skip to content

Commit 014bb84

Browse files
committed
Fix publication
1 parent 0ad8f97 commit 014bb84

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ val spaceToken: String by properties
3232

3333
kotlinPublications {
3434
defaultGroup.set(group.toString())
35+
defaultArtifactIdPrefix.set("kotlin-jupyter-")
3536
fairDokkaJars.set(false)
3637

3738
// Maven Central publishing properties

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kotlin.code.style=official
22

3-
baseVersion=0.1.0
3+
baseVersion=0.3.0
44
devAddition=1
55
spaceUsername=
66
spaceToken=

integrations/database/database-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks.test {
3636

3737
kotlinPublications {
3838
publication {
39-
publicationName.set("kotlin-jupyter-database")
39+
publicationName.set("database")
4040
description.set("Kotlin Jupyter kernel integration with DBMSs")
4141
}
4242
}

integrations/intellij-platform/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)