Skip to content

Commit c6d8924

Browse files
committed
adding symbol-processor to integrationTestTask
1 parent bdb8bad commit c6d8924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ val integrationTestTask = task<Test>("integrationTest") {
128128
dependsOn(":dataframe-arrow:publishDataframeArrowPublicationToMavenLocal")
129129
dependsOn(":dataframe-excel:publishDataframeExcelPublicationToMavenLocal")
130130
dependsOn(":dataframe-openapi:publishDataframeOpenApiPublicationToMavenLocal")
131+
dependsOn(":plugins:symbol-processor:publishMavenPublicationToMavenLocal")
131132
dependsOn(":core:publishCorePublicationToMavenLocal")
132133
description = "Runs integration tests."
133134
group = "verification"

0 commit comments

Comments
 (0)