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 0089ed3 commit feeea22Copy full SHA for feeea22
settings.gradle.kts
@@ -4,8 +4,8 @@ rootProject.name = "dataframe"
4
enableFeaturePreview("VERSION_CATALOGS")
5
6
includeBuild("generator")
7
-//include("plugins:dataframe-gradle-plugin")
8
-//include("plugins:symbol-processor")
+include("plugins:dataframe-gradle-plugin")
+include("plugins:symbol-processor")
9
include("tests")
10
include("dataframe-arrow")
11
include("dataframe-openapi")
0 commit comments