TWiStErRob / net.twisterrob.libraries

1 stars 0 forks source link

Allow type-safe project accessors in including builds. #89

Closed TWiStErRob closed 11 months ago

TWiStErRob commented 11 months ago

Fixes

Type-safe project accessors is an incubating feature.
Project accessors enabled, but root project name not explicitly set for 'plugins'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking cachin
g.
Project accessors enabled, but root project name not explicitly set for 'platform-libs'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking
caching.

Triggered by https://github.com/TWiStErRob/net.twisterrob.travel/pull/8