We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a93063 commit b06b045Copy full SHA for b06b045
.github/workflows/deploy.yml
@@ -74,6 +74,11 @@ jobs:
74
- name: Build with Gradle
75
run: ./gradlew clean bootJar -x test --no-daemon
76
77
+ - name: Verify SecurityConfig in JAR
78
+ run: |
79
+ echo "Checking if SecurityConfig is in the built JAR..."
80
+ jar tf build/libs/backend-0.0.1-SNAPSHOT.jar | grep SecurityConfig || echo "ERROR: SecurityConfig not found in JAR!"
81
+
82
- name: Set environment
83
id: env
84
run: |
0 commit comments