File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
gpg-passphrase : MAVEN_GPG_PASSPHRASE
25
25
26
26
- name : Cache maven deps
27
- uses : actions/cache@v2
27
+ uses : actions/cache@v3
28
28
with :
29
29
path : ~/.m2/repository
30
30
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
42
42
env :
43
43
MAVEN_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
44
44
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 89
89
<maven .templating.version>1.0.0</maven .templating.version>
90
90
91
91
<!-- dependencies -->
92
- <jfx .version>19</jfx .version>
92
+ <jfx .version>19.0.2.1 </jfx .version>
93
93
<kotlin .version>1.8.0</kotlin .version>
94
94
<attach .version>4.0.16</attach .version>
95
95
<jackson .version>2.14.1</jackson .version>
You can’t perform that action at this time.
0 commit comments