Skip to content

Commit e64a114

Browse files
committed
removed deprecated gradle plugin publication which clashes with the compiler plugin publication
1 parent 8cc297c commit e64a114

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ gradlePlugin {
8484
description = "Gradle plugin providing task for inferring data schemas from your CSV or JSON data"
8585
tags = listOf("dataframe", "kotlin")
8686
}
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-
}
9587
}
9688
}
9789

0 commit comments

Comments
 (0)