File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 gpg-passphrase : MAVEN_GPG_PASSPHRASE
2525
2626 - name : Cache maven deps
27- uses : actions/cache@v2
27+ uses : actions/cache@v3
2828 with :
2929 path : ~/.m2/repository
3030 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4242 env :
4343 MAVEN_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
4444 MAVEN_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
45- MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
45+ MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 8989 <maven .templating.version>1.0.0</maven .templating.version>
9090
9191 <!-- dependencies -->
92- <jfx .version>19</jfx .version>
92+ <jfx .version>19.0.2.1 </jfx .version>
9393 <kotlin .version>1.8.0</kotlin .version>
9494 <attach .version>4.0.16</attach .version>
9595 <jackson .version>2.14.1</jackson .version>
You can’t perform that action at this time.
0 commit comments