is there an equivalent workaround for `projects` a...
# gradle
d
is there an equivalent workaround for
projects
accessors (from precompiled scripts/plugins) instead of
libs
like: https://github.com/gradle/gradle/issues/15383#issuecomment-779893192 ? i tried
implementation(files(projects.javaClass.superclass.protectionDomain.codeSource.location))
but it does not take the
rootProject
org.gradle.accessors.dm.RootProjectAccessor
(obviously)
v
An important part of my hack-around is, that the build logic project has the same accessors as the main project. So a similar one cannot be fine with the projects
135 Views