While appRun works fine with Gradle 9, appRunWar fails with error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':appRunWar'.
> Could not get unknown property 'archivePath' for task ':war' of type org.gradle.api.tasks.bundling.War.
Gradle version: 9.2.1
Gretty version: 4.1.10, 5.0.1
To reproduce, try this simple hello world project