Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.1k stars 106 forks source link

Sources are not published for API Gradle plugin #310

Closed ileasile closed 3 years ago

ileasile commented 3 years ago

There is no sources JAR for Gradle plugin: https://plugins.gradle.org/m2/org/jetbrains/kotlin/kotlin-jupyter-api-gradle-plugin/0.10.0-133/

It may be hard to debug the builds with this plugin, so it should be fixed. Relates to #306

ileasile commented 3 years ago

During the investigation, the root problem seems to be found: https://github.com/gradle/gradle/issues/17760 Let's wait until the official answer from the Gradle side.