Skip to content

Commit 4f2a668

Browse files
committed
Disable publishing of module that was moved to Kotlin
1 parent ea2d7e0 commit 4f2a668

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

plugins/kotlin-dataframe/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
## :plugins:kotlin-dataframe
22

3-
This module, published as "compiler-plugin-all", holds the Kotlin 2.x Compiler plugin of DataFrame.
4-
5-
A [work-in-progress](https://github.com/Kotlin/dataframe/issues/704)
6-
plugin for your Kotlin project that can generate on-the-fly column accessors for the compiler and IDE even without
7-
having to provide data schemas!
8-
9-
Details of how to use this compiler plugin for your own project will follow, but there is a
10-
[demo project](https://github.com/koperagen/df-plugin-demo) you can try already.
3+
Development of this module was moved to the Kotlin repository:
4+
https://github.com/JetBrains/kotlin/tree/master/plugins/kotlin-dataframe

plugins/kotlin-dataframe/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
44
plugins {
55
id("java")
66
kotlin("jvm")
7-
kotlin("libs.publisher")
8-
id("com.github.johnrengelman.shadow") version "8.1.1"
97
kotlin("plugin.serialization")
108
}
119

@@ -112,16 +110,6 @@ fun Test.setLibraryProperty(propName: String, jarName: String) {
112110
systemProperty(propName, path)
113111
}
114112

115-
kotlinPublications {
116-
fairDokkaJars = false
117-
publication {
118-
publicationName = "api"
119-
artifactId = "compiler-plugin-all"
120-
description = "Data processing in Kotlin"
121-
packageName = artifactId
122-
}
123-
}
124-
125113
// Disabling all tests before removing the compiler plugin here
126114
// because we're moving to the Kotlin repo: #1290
127115
tasks.filter {

0 commit comments

Comments
 (0)