Skip to content

fix: add missing gradle-wrapper.jar and update build-logic settings#1

Merged
litols merged 11 commits intomainfrom
claude/fix-ci-pipeline-igQBQ
Jan 17, 2026
Merged

fix: add missing gradle-wrapper.jar and update build-logic settings#1
litols merged 11 commits intomainfrom
claude/fix-ci-pipeline-igQBQ

Conversation

@litols
Copy link
Copy Markdown
Owner

@litols 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

claude added 11 commits January 15, 2026 09:59
- 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
@github-actions
Copy link
Copy Markdown

Test Results

1 210 tests   1 210 ✅  1s ⏱️
   54 suites      0 💤
   54 files        0 ❌

Results for commit ba3393e.

@litols litols merged commit ac41fd0 into main Jan 17, 2026
2 of 4 checks passed
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.

2 participants