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 fca6a3d commit 13caa64Copy full SHA for 13caa64
Dockerfile
@@ -7,6 +7,6 @@ COPY / .
7
ENV SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN}
8
ENV SPRING_PROFILES_ACTIVE=dev
9
10
-RUN ./gradlew --no-daemon clean build
+RUN ./gradlew --no-daemon clean build -Dorg.gradle.warning.mode=all
11
12
CMD ["java", "-jar", "build/libs/app-0.0.1-SNAPSHOT.jar"]
0 commit comments