-
Notifications
You must be signed in to change notification settings - Fork 0
Bump Base and apply latest config
#163
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
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Pull request overview
This PR bumps the Base library dependency to version 2.0.0-SNAPSHOT.380 and updates the config submodule to apply improvements to the publishing of reference documentation. The changes modernize the documentation generation and publishing pipeline by updating from Dokka 2.0.0 to 2.1.0 and refactoring the documentation publication process.
Key Changes:
- Updated Base library from 2.0.0-SNAPSHOT.364 to 2.0.0-SNAPSHOT.380
- Updated Dokka from 2.0.0 to 2.1.0, along with related Protobuf and dependency version bumps
- Refactored documentation generation to use Dokka's new publication model with separate HTML and Javadoc format outputs
Reviewed changes
Copilot reviewed 44 out of 47 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version.gradle.kts | Bumped project version to 2.0.0-SNAPSHOT.371 |
| pom.xml | Updated dependency versions (Base, Protobuf, Dokka plugins) |
| gradlew, gradlew.bat | Removed obsolete CLASSPATH variable |
| gradle/wrapper/gradle-wrapper.properties | Updated Gradle wrapper from 9.1.0 to 9.2.1 |
| dependencies.md | Regenerated dependency report with updated versions and timestamp |
| config | Updated submodule commit reference |
| buildSrc files | Refactored documentation generation from dokka-for-kotlin/dokka-for-java to unified dokka-setup plugin |
| Publishing code | Simplified artifact publishing by removing separate Dokka JAR configurations |
| GitHub Pages update | Refactored to publish documentation in both Javadoc and HTML formats to different directories |
Files not reviewed (1)
- .idea/kotlinc.xml: Language not supported
Comments suppressed due to low confidence (1)
buildSrc/src/main/kotlin/io/spine/gradle/repo/RepoSlug.kt:1
- Corrected SSH host alias from 'github.com-publish' to 'github-publish' for consistency.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR bumps Base to the latest version and updates
configbrining improvements to the publishing of the reference documentation.