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, ...
Gradle and Eclipse don't really treat classpaths in the same way. Where gradle has separate classpaths for compile-time dependencies, runtime-dependencies, and test-dependencies, Eclipse only really ...