Skip to content

Downgrade Gradle 9.0 to 8.12 for gretty compatibility#310

Open
manolo wants to merge 1 commit intov25from
fix/downgrade-gradle-8
Open

Downgrade Gradle 9.0 to 8.12 for gretty compatibility#310
manolo wants to merge 1 commit intov25from
fix/downgrade-gradle-8

Conversation

@manolo
Copy link
Copy Markdown
Member

@manolo manolo commented Feb 16, 2026

Summary

  • Gretty (including 5.0.1) uses the archivePath property which was removed in Gradle 9
  • This causes jettyStartWar to fail with: Could not get unknown property 'archivePath' for task ':war'
  • Downgrade to Gradle 8.12 until gretty adds Gradle 9 support

Test plan

  • Run ./gradlew jettyStartWar and verify prod mode works
  • Run ./gradlew jettyStart and verify dev mode still works

Gretty (including 5.0.1) uses the archivePath property which was
removed in Gradle 9, causing jettyStartWar to fail. Downgrade to
Gradle 8.12 until gretty adds Gradle 9 support.
manolo added a commit to vaadin/platform-in-test-script that referenced this pull request Feb 16, 2026
Gretty uses archivePath property removed in Gradle 9, causing
jettyStartWar to fail. Downgrade to Gradle 8.12 until gretty
supports Gradle 9. See vaadin/base-starter-gradle#310.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 16, 2026

Test Results

0 tests   - 5   0 ✅  - 5   0s ⏱️ -6s
0 suites  - 1   0 💤 ±0 
0 files    - 1   0 ❌ ±0 

Results for commit 26ed646. ± Comparison against base commit 517c95f.

♻️ This comment has been updated with latest results.

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.

1 participant