Which version of Gradle are you using?  What does the parent project's 
build.gradle look like?

-- 
Mark A. Flacy
mfl...@verizon.net

On Monday, March 15, 2021 4:24:14 AM CDT Thomas Kellerer wrote:
> 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: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

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

Reply via email to