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
The application fails to run after updating to version 1.9.0 of the org.springdoc.openapi-gradle-plugin. The error indicates that no Docker Compose file is found in the specified directory.
Error Log
2024-07-02T09:58:32.472Z ERROR 2938 --- [ main] o.s.boot.SpringApplication : Application run failed
java.lang.IllegalStateException: No Docker Compose file found in directory '/home/runner/work/app/build/tmp/forkedSpringBootRun/.'
This is most likely a problem with compose.yaml not being copied to the build/tmp directory which is now set for forkedSpringBootRun. This is solvable by pointing to the compose.yaml explicitly:
The application fails to run after updating to version 1.9.0 of the org.springdoc.openapi-gradle-plugin. The error indicates that no Docker Compose file is found in the specified directory.
Error Log
Previous Configuration (version 1.8.0):
Environment:
Plugin version: 1.9.0
Previous working version: 1.8.0
Java version: 21
Gradle version: 8.5
The text was updated successfully, but these errors were encountered: