Depend on shadow configuration for subprojects to fix classpath issues in LibJF

This commit is contained in:
Johannes Frohnmeyer 2022-05-18 12:30:25 +00:00
parent 6e6031bb28
commit d8127e7d06
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ void setupRepositories(RepositoryHandler repositories) {
dependencies {
afterEvaluate {
subprojects.each {
api project(path: ":${it.name}", configuration: "dev")
api project(path: ":${it.name}", configuration: "shadow")
if (!project.hasProperty("dev_only_module") || !(it.name in project.getProperty("dev_only_module").split(", "))) {
include it