We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb8bad commit c6d8924Copy full SHA for c6d8924
plugins/dataframe-gradle-plugin/build.gradle.kts
@@ -128,6 +128,7 @@ val integrationTestTask = task<Test>("integrationTest") {
128
dependsOn(":dataframe-arrow:publishDataframeArrowPublicationToMavenLocal")
129
dependsOn(":dataframe-excel:publishDataframeExcelPublicationToMavenLocal")
130
dependsOn(":dataframe-openapi:publishDataframeOpenApiPublicationToMavenLocal")
131
+ dependsOn(":plugins:symbol-processor:publishMavenPublicationToMavenLocal")
132
dependsOn(":core:publishCorePublicationToMavenLocal")
133
description = "Runs integration tests."
134
group = "verification"
0 commit comments