-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
…/BioKotlin into fix-maven-release
There was a problem hiding this 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" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
minor adjustments to fix maven central releases after upgrading to Java 21 and Kotlin 2