diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index ee30e39..2b76480 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -101,7 +101,6 @@ jobs: run: | mvn -B -ntp versions:set -DnewVersion=${VERSION} -DgenerateBackupPoms=false mvn -B -ntp package jib:build -DskipTests \ - -Djava.util.logging.config.file=logging.properties -Djib.serialize=true \ -Djib.to.auth.username=${{ github.actor }} \ -Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \ -Dcontainer.registry=${{env.registry}}/${{ github.repository }} diff --git a/logging.properties b/logging.properties deleted file mode 100644 index e346ece..0000000 --- a/logging.properties +++ /dev/null @@ -1,6 +0,0 @@ -handlers = java.util.logging.ConsoleHandler -java.util.logging.ConsoleHandler.level=ALL - -# CONFIG hides authentication data -# ALL includes authentication data -com.google.api.client.http.level=CONFIG