Andy Turner schrieb am 12.03.2021 um 20:05:
> The line:
>     testImplementation ("org.springframework.boot:spring-boot-starter-test")
>
> is unusual, and the one you add:
>     testImplementation 
> ("org.springframework.boot:spring-boot-starter-test:${springBootVersion}")
>
> is more like the others.

Yes, I understand that.

But why does Gradle accept it, but NetBeans isn't able to resolve the classpath 
correctly?

"gradlew build" on the command line works without problems even with the 
"unusual" line,
so Gradle seems to setup the classpath correctly, but NetBeans does not.

Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to