Skip to content

Conversation

GregHib
Copy link
Collaborator

@GregHib GregHib commented Sep 22, 2025

First step in working towards a kotlin multi-platform library is changing maven for gradle and KMP is only supported by gradle.

Note formatting is a bit annoying due to diffplug/spotless#2625

  1. JDK 11 is no longer supported by spotless
  2. JDK 17 and JDK 22 have differing spotless/formatting versions


java {
withJavadocJar()
sourceCompatibility = JavaVersion.VERSION_17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be version 11 in theory
it was needed by the Dataflow template back then but the Dataflow template now builds with a JDK 17.
The Spark connector (where we might add support for the spec) is currently on JDK 8, but Spark 4 support means we'll move to JDK 17 soon.
The Kafka connector is on JDK 11, but I don't think we have any plans to add import-spec there.

@GregHib GregHib force-pushed the gradle branch 3 times, most recently from 1dffb22 to ce03018 Compare September 24, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants