Files
spring-boot/build-plugin
Stéphane Nicoll bb23ef72b6 Add testClasspath option to run and start goals
Deprecate the `useTestClasspath` flag in favor of a `testClasspath`
parameter on the `run` and `start` goals. It accepts `off`,
`dependencies`, or `all`, with `all` also adding the project's test
classes directory to the classpath so that a main class located in
`src/test/java` can be found and run, matching the `test-run` goal's
existing behaviour.

Closes gh-36115
2026-08-07 16:40:21 +02:00
..