Harald Radi
Harald Radi
The JavaLibraryPlugin must not be applied for project/module that is creating an executable artifact
now the "api" configuration is not available anymore: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation
The JavaLibraryPlugin must not be applied for project/module that is creating an executable artifact
``` * What went wrong: A problem occurred evaluating project ':contract-client'. > Could not find method api() for arguments [io.cloudflight.conto:conto-signature-api] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. ```
The JavaLibraryPlugin must not be applied for project/module that is creating an executable artifact
Also see https://github.com/cloudflightio/autoconfigure-gradle-plugin/issues/195
The JavaLibraryPlugin must not be applied for project/module that is creating an executable artifact
This is quite a breaking change.