diff --git a/.github/workflows/licenses-update.yml b/.github/workflows/licenses-update.yml index 03076bfe..1fd3acfb 100644 --- a/.github/workflows/licenses-update.yml +++ b/.github/workflows/licenses-update.yml @@ -40,7 +40,7 @@ jobs: - name: Run git add run: | git add src/main/resources/static/3rdPartyLicenses.json - git diff --staged --quiet || echo "changes detected" + git diff --staged --quiet || echo "CHANGES_DETECTED=true" >> $GITHUB_ENV - name: Create Pull Request if: env.CHANGES_DETECTED == 'true' diff --git a/build.gradle b/build.gradle index 78735b25..bdcde560 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,6 @@ openApi { outputFileName = "SwaggerDoc.json" } - launch4j { icon = "${projectDir}/src/main/resources/static/favicon.ico"