No, all those details are in the libs.versions.toml file.
[versions]
fxsvg = "1.0.0"
[libraries]
fxsvg = { module = "com.analogideas.fxsvg:fxsvg", version.ref = "fxsvg" }
On Thu, Jan 26, 2023 at 3:19 PM László Kishalmi <[email protected]>
wrote:
> Shoudn't you use the <org>:<module>[:<version>] reference there?
>
> On Thu, Jan 26, 2023 at 10:46 AM Scott Palmer <[email protected]> wrote:
>
> > I have a project that uses another library I am working on. The library
> is
> > not deployed to any artifact repository (i.e. not even the maven local
> > cache), but it does define a group and name. I included it in the
> project
> > that uses it as an "included build"
> >
> > In NB 17-rc1 this project was recognized and the imports that referred to
> > it didn't show any problems.
> > In NB 17-rc2 the import line is marked with an error that the package
> does
> > not exist.
> > The project still builds and runs fine, but the IDE thinks there are
> errors
> > because of this.
> >
> > settings.gradle contains:
> >
> > includeBuild '../fxsvg'
> >
> > and the build.gradle file refers to it as an implementation dependency
> via
> > a reference defined in gradle/libs.versions.toml
> >
> > implementation libs.fxsvg
> >
> >
> > Regards,
> >
> > Scott
> >
>