Skip to content

Commit 3458ac5

Browse files
GeoDataFrame add publication
1 parent f0967bb commit 3458ac5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dataframe-geo/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ tasks.withType<KotlinCompile>().configureEach {
5151
(this as BaseKotlinCompile).friendPaths.from(jarPath)
5252
}
5353

54+
kotlinPublications {
55+
publication {
56+
publicationName = "dataframeGeo"
57+
artifactId = "dataframe-geo"
58+
description = "GeoDataFrame API"
59+
packageName = artifactId
60+
}
61+
}
62+
5463
tasks.processJupyterApiResources {
5564
libraryProducers = listOf("org.jetbrains.kotlinx.dataframe.jupyter.IntegrationGeo")
5665
}

0 commit comments

Comments
 (0)