File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 35
35
name : Create Release
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - name : Setup Java SDK
39
-
40
- with :
41
- java-version : 11
42
-
43
38
- name : Checkout code
44
39
uses : actions/checkout@v2
45
40
with :
59
54
echo "Will use version ${version}"
60
55
echo "version=${version}" >> $GITHUB_ENV
61
56
57
+ - name : Set up JDK 8
58
+ uses : actions/setup-java@v4
59
+ with :
60
+ distribution : ' adopt'
61
+ java-version : 8
62
+ cache : maven
63
+
62
64
- name : Build
63
65
run : |
64
66
mvn -f kcbq-connector clean package assembly:single@release-artifacts -DskipTests
Original file line number Diff line number Diff line change 58
58
ref : master
59
59
fetch-depth : 0
60
60
61
+ - name : Set up JDK 8
62
+ uses : actions/setup-java@v4
63
+ with :
64
+ distribution : ' adopt'
65
+ java-version : 8
66
+ cache : maven
67
+
61
68
- name : Create release commits
62
69
run : |
63
70
git config --local user.name "GitHub Action"
You can’t perform that action at this time.
0 commit comments