fix: add missing gradle-wrapper.jar and update build-logic settings#1
Merged
fix: add missing gradle-wrapper.jar and update build-logic settings#1
Conversation
Owner
litols
commented
Jan 16, 2026
- Add gradle-wrapper.jar to repository (was excluded by *.jar rule)
- Update .gitignore to properly exclude wrapper jar from ignoring
- Add pluginManagement block to build-logic settings for plugin resolution
- Add gradle-wrapper.jar to repository (was excluded by *.jar rule) - Update .gitignore to properly exclude wrapper jar from ignoring - Add pluginManagement block to build-logic settings for plugin resolution
- Remove includeBuild("build-logic") from settings.gradle.kts
- Add detekt and ktlint plugins directly to lib/build.gradle.kts
- Inline linting configuration from conventions.linting.gradle.kts
- Bump ktlint-gradle plugin from 12.1.2 to 12.2.0 - Remove explicit ktlint version to use plugin default
Gradle 9.2.1 may have compatibility issues with current plugins. Using stable Gradle 8.10.2 instead.
Detekt 1.23.x is not fully compatible with Kotlin 2.2.x. Disabling linting temporarily until compatible versions are available.
Kotlin 2.2.x may have compatibility issues with some plugins. Using stable Kotlin 2.0.21 instead.
- Remove separate test job to simplify debugging - Add permissions for PR checks - Always upload build reports for debugging
JS target may have browser testing issues in CI. Disabling temporarily to isolate the problem.
- Fix gradle-wrapper.jar with correct manifest (was corrupted) - Restore Gradle 9.2.1 - Restore Kotlin 2.2.20 - Re-enable detekt, ktlint, and JS target - Restore full CI workflow with all jobs
Test Results1 210 tests 1 210 ✅ 1s ⏱️ Results for commit ba3393e. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.