Skip to content

Conversation

koperagen
Copy link
Collaborator

Our old Gradle plugin requires Kotlin 2.2.0 in Gradle runtime to work, because ParseKt refers to the new kotlin.time.Instant class and for 8.14.2 + 1.0.0-dev-8342 generate schema task fails ClassNotFound exception. (this problem itself bothers me a little, but ok)

Removing SimpleGit because it's for now incompatible with 9.0

Copy link
Collaborator

@Jolanrensen Jolanrensen left a comment

Choose a reason for hiding this comment

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

Issue is probably related to: gradle/gradle#34442. I face the same issue in KoDEx. Somehow, even with isolated classpath workers, Gradle 8.14 runs plugins with Kotlin 2.0.21.

To fix it, both KoDEx and DataFrame needs to build with Gradle 9+, so this also helps #1423, thanks :) (now if only I can get KoDEx to run with Gradle 9...)

Not sure about removing addSamplesToGit so easily. It makes sure all things generated by Korro are added to git automatically... On the other hand, the generated-sources bot also does this manually, so it probably shouldn't be an issue.

@Jolanrensen Jolanrensen added the infrastructure GitHub actions, Gradle Scripts, Writerside, etc. label Sep 4, 2025
@koperagen koperagen force-pushed the gradle-update branch 2 times, most recently from 39c4fa6 to 98f7b2e Compare September 8, 2025 10:49
Our old Gradle plugin requires Kotlin 2.2.0 in Gradle runtime to work, because ParseKt refers to the new kotlin.time.Instant class

Removing SimpleGit because it's for now incompatible with 9.0
@koperagen koperagen merged commit 4f2a668 into master Sep 9, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure GitHub actions, Gradle Scripts, Writerside, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants