diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 03d6b558c2d..742641675f2 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -54,31 +54,10 @@ jobs: uses: actions/setup-java@v1 with: java-version: 14 - - uses: actions/cache@v1 - name: Restore gradle cache - with: - path: ~/.gradle/caches - key: ${{ runner.os }}-gradle-cache-${{ hashFiles('**/*.gradle') }} - # in case there is no cache for the current OS, fall back to any other OS - restore-keys: | - ${{ runner.os }}-gradle-cache- - Linux-gradle-cache-${{ hashFiles('**/*.gradle') }} - Windows-gradle-cache-${{ hashFiles('**/*.gradle') }} - macOS-gradle-cache-${{ hashFiles('**/*.gradle') }} - - uses: actions/cache@v1 - name: Cache gradle wrapper - with: - path: ~/.gradle/wrapper - key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - # in case there is no cache for the current OS, fall back to any other OS - restore-keys: | - Linux-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - Windows-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - macOS-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - name: Build runtime image run: ./gradlew -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" jlinkZip - name: Build installer - run: ./gradlew -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" jpackage + run: ./gradlew -i -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" jpackage shell: bash - name: Package application image run: ${{ matrix.archivePortable }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 31305f6f06d..db8e6e705ef 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,6 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue will be closed in 7 days due to inactivity :zzz: Please provide the requested information if the problem persists.' - stale-issue-label: 's: stale' + stale-issue-label: 'status: stale' days-before-stale: 30 - only-labels: 's: waiting-for-customer-feedback' + only-labels: 'status: waiting-for-customer-feedback' diff --git a/.idea/runConfigurations/JabRef_Main.xml b/.idea/runConfigurations/JabRef_Main.xml index 4a1ef684c65..d57c0fd5ac5 100644 --- a/.idea/runConfigurations/JabRef_Main.xml +++ b/.idea/runConfigurations/JabRef_Main.xml @@ -2,6 +2,7 @@