runtimeOnly gradle dependencies are not properly identified and added to debug classpath. Does not happen with vscode java debugger without gradle extension. In a project with runtimeOnly dependency, ...
This minimal Gradle multi-project repository demonstrates a classpath issue with the VS Code Java Debugger Extension combined with the VS Code Gradle Extension. The problem is that runtimeOnly project ...