You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description ="Gradle plugin providing task for inferring data schemas from your CSV or JSON data"
72
76
tags =listOf("dataframe", "kotlin")
73
77
}
78
+
"deprecatedSchemaGeneratorPlugin" {
79
+
// id is captured from java-gradle-plugin configuration
80
+
displayName ="Kotlin Dataframe gradle plugin"
81
+
description ="The plugin was moved to 'org.jetbrains.kotlinx.dataframe'. Gradle plugin providing task for inferring data schemas from your CSV or JSON data"
Copy file name to clipboardExpand all lines: plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/ConvenienceSchemaGeneratorPlugin.kt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,14 @@ class ConvenienceSchemaGeneratorPlugin : Plugin<Project> {
target.logger.warn("DEPRECATION: Replace plugin id(\"org.jetbrains.kotlin.plugin.dataframe\") and kotlin(\"plugin.dataframe\") with id(\"org.jetbrains.kotlinx.dataframe\").")
0 commit comments