File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
plugins/dataframe-gradle-plugin Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
23
23
kotlinPublications {
24
24
publication {
25
- publicationName.set(" dataframe-arrow " )
25
+ publicationName.set(" dataframeArrow " )
26
26
artifactId.set(project.name)
27
27
description.set(" Apache Arrow support for Kotlin Dataframe" )
28
28
packageName.set(artifactId)
Original file line number Diff line number Diff line change @@ -104,7 +104,9 @@ val integrationTestConfiguration by configurations.creating {
104
104
105
105
val integrationTestTask = task<Test >(" integrationTest" ) {
106
106
dependsOn(" :plugins:symbol-processor:publishToMavenLocal" )
107
+ dependsOn(" :dataframe-arrow:publishToMavenLocal" )
107
108
dependsOn(" :publishApiPublicationToMavenLocal" )
109
+ dependsOn(" :dataframe-arrow:publishDataframeArrowPublicationToMavenLocal" )
108
110
description = " Runs integration tests."
109
111
group = " verification"
110
112
You can’t perform that action at this time.
0 commit comments