Skip to content

Commit 3c7d675

Browse files
committed
attempt to enable integrationTestTask again
1 parent c627c19 commit 3c7d675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ val integrationTestTask = task<Test>("integrationTest") {
124124
dependsOn(":dataframe-arrow:publishToMavenLocal")
125125
dependsOn(":dataframe-excel:publishToMavenLocal")
126126
dependsOn(":dataframe-openapi:publishToMavenLocal")
127-
// dependsOn(":publishApiPublicationToMavenLocal")
127+
dependsOn(":publishApiPublicationToMavenLocal")
128128
dependsOn(":dataframe-arrow:publishDataframeArrowPublicationToMavenLocal")
129129
dependsOn(":dataframe-excel:publishDataframeExcelPublicationToMavenLocal")
130130
dependsOn(":dataframe-openapi:publishDataframeOpenApiPublicationToMavenLocal")

0 commit comments

Comments
 (0)