You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some problems were found with the configuration of task ':forkedSpringBootRun' (type 'JavaExecFork').
- Gradle detected a problem with the following location: '/Users/user/projects/service/build/classes/java/aot'.
Reason: Task ':forkedSpringBootRun' uses this output of task ':compileAotJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Is there a recommended way to configure this? If so the it could be put in the README.
The text was updated successfully, but these errors were encountered:
On my machine, the build fails for the following reasons:
Reason: Task ':app:forkedSpringBootRun' uses this output of task ':app:compileTestJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
Reason: Task ':app:forkedSpringBootRun' uses this output of task ':app:test' without declaring an explicit or implicit dependency.
Reason: Task ':app:forkedSpringBootRun' uses this output of task ':app:jar' without declaring an explicit or implicit dependency.
Reason: Task ':app:forkedSpringBootRun' uses this output of task ':app:bootJar' without declaring an explicit or implicit dependency.
Reason: Task ':app:forkedSpringBootRun' uses this output of task ':app:generateTestEffectiveLombokConfig' without declaring an explicit or implicit dependency.
Is there a working sample for this? Running into bunch of issues with forkedSpringBootRun when running with Gittlab Ci, but runs fine on the local machine.
I would like to have openapi file generated during build time.
When I configure
generateOpenApiDocs
to be run afterbuild
:I get the following error:
Is there a recommended way to configure this? If so the it could be put in the README.
The text was updated successfully, but these errors were encountered: