File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 38
38
distribution : ' temurin'
39
39
java-version : ' 11'
40
40
41
- - name : Import GPG Key
42
- env :
43
- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
44
- run : |
45
- echo "$GPG_PRIVATE_KEY" | gpg --batch --import
46
- echo "default-key $(gpg --list-keys --with-colons | grep pub | cut -d':' -f5)" >> ~/.gnupg/gpg.conf
47
- echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
48
-
49
41
- name : Generate settings.xml
50
42
run : |
51
43
mkdir -p ~/.m2
Original file line number Diff line number Diff line change 329
329
<plugin >
330
330
<groupId >org.apache.maven.plugins</groupId >
331
331
<artifactId >maven-dependency-plugin</artifactId >
332
- <version >3.6.0 </version >
332
+ <version >3.8.1 </version >
333
333
<executions >
334
334
<execution >
335
335
<id >copy-udf-sample-deps</id >
You can’t perform that action at this time.
0 commit comments