Skip to content

Commit c65731e

Browse files
committed
Public dataframe-arrow for integration tests
1 parent 1d8c333 commit c65731e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dataframe-arrow/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222

2323
kotlinPublications {
2424
publication {
25-
publicationName.set("dataframe-arrow")
25+
publicationName.set("dataframeArrow")
2626
artifactId.set(project.name)
2727
description.set("Apache Arrow support for Kotlin Dataframe")
2828
packageName.set(artifactId)

plugins/dataframe-gradle-plugin/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ val integrationTestConfiguration by configurations.creating {
104104

105105
val integrationTestTask = task<Test>("integrationTest") {
106106
dependsOn(":plugins:symbol-processor:publishToMavenLocal")
107+
dependsOn(":dataframe-arrow:publishToMavenLocal")
107108
dependsOn(":publishApiPublicationToMavenLocal")
109+
dependsOn(":dataframe-arrow:publishDataframeArrowPublicationToMavenLocal")
108110
description = "Runs integration tests."
109111
group = "verification"
110112

0 commit comments

Comments
 (0)