Skip to content

Fix maven release #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 2, 2025
Merged

Fix maven release #52

merged 7 commits into from
Jun 2, 2025

Conversation

tcasstevens
Copy link
Contributor

minor adjustments to fix maven central releases after upgrading to Java 21 and Kotlin 2

@tcasstevens tcasstevens requested a review from Copilot June 2, 2025 16:20
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@@ -57,7 +57,7 @@ plugins {
//id("org.jetbrains.kotlinx.dataframe") version "1.0-SNAPSHOT"

application
id("org.jetbrains.dokka") version "2.0.0"
id("org.jetbrains.dokka") version "1.9.20"
Copy link
Member

Choose a reason for hiding this comment

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

Is there a specific reason for the downgrade?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was trying to fix the maven central error, but don't think this was the problem. Although this hasn't been fully migrated to 2.0.0, so I think this is good for now. Maybe need another pull request to migrate to 2.0.0 which is more than this version change.

@tcasstevens tcasstevens merged commit d14c3d9 into master Jun 2, 2025
2 checks passed
@tcasstevens tcasstevens deleted the fix-maven-release branch June 2, 2025 19:05
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.

3 participants