This project depends on an included build using dependency substitution.
The dependency is, however, excluded in most configurations.
./gradlew wrapper --gradle-version 9.2.1
The runtimeClasspath has no dependencies when running:
./gradlew dependencies --configuration=runtimeClasspath
./gradlew wrapper --gradle-version 9.3.0
The runtimeClasspath contains the excluded dependency:
./gradlew dependencies --configuration=runtimeClasspath