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 8cc297c commit e64a114Copy full SHA for e64a114
plugins/dataframe-gradle-plugin/build.gradle.kts
@@ -84,14 +84,6 @@ gradlePlugin {
84
description = "Gradle plugin providing task for inferring data schemas from your CSV or JSON data"
85
tags = listOf("dataframe", "kotlin")
86
}
87
- create("deprecatedSchemaGeneratorPlugin") {
88
- id = "org.jetbrains.kotlin.plugin.dataframe"
89
- implementationClass = "org.jetbrains.dataframe.gradle.DeprecatingSchemaGeneratorPlugin"
90
- displayName = "Kotlin DataFrame gradle plugin"
91
- description =
92
- "The plugin was moved to 'org.jetbrains.kotlinx.dataframe'. Gradle plugin providing task for inferring data schemas from your CSV or JSON data"
93
- tags = listOf("dataframe", "kotlin")
94
- }
95
96
97
0 commit comments