Arjan van Wieringen (avwie)
05/25/2025, 11:06 AMVampire
05/25/2025, 4:15 PMArjan van Wieringen (avwie)
05/25/2025, 4:57 PMprojects.libs.libA
but that group name is now org.my.apps
instead of org.my.libs
.Vampire
05/25/2025, 5:06 PMVampire
05/25/2025, 5:06 PMVampire
05/25/2025, 5:06 PMArjan van Wieringen (avwie)
05/25/2025, 5:14 PMVampire
05/25/2025, 5:15 PMincludeBuild
is fine, that is composite buildVampire
05/25/2025, 5:15 PMinclude
one project into multiple builds, that will just make you veeery unhappy quite fast.Arjan van Wieringen (avwie)
05/25/2025, 5:15 PMVampire
05/25/2025, 5:15 PMVampire
05/25/2025, 5:16 PMVampire
05/25/2025, 5:16 PMVampire
05/25/2025, 5:16 PMArjan van Wieringen (avwie)
05/25/2025, 5:17 PMArjan van Wieringen (avwie)
05/25/2025, 5:18 PMincludeBuild("libs")
includeBuild("plugins")
includeBuild("apps")
And now it works.
Or is it better to explicitly use includeBuild
, for instance. In apps:
includeBuild("../libs")
?Vampire
05/25/2025, 9:40 PMincludeBuild
where you use it.
Then you can for example also open just apps
in the IDE and get apps and libs open.Vampire
05/25/2025, 9:41 PMpluginManagement
, builds contributing normal dependencies (in the context of the includeing project) outside, builds that contribute both, in both places.
So apps
to plugins
within pluginManagement
,
plugins
and apps
to libs outside.