File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -14,26 +14,19 @@ jobs:
14
14
- name : Checkout code
15
15
uses : actions/checkout@v4
16
16
17
- - name : Set up JDK 8
17
+ - name : Set up JDK 11
18
18
uses : actions/setup-java@v4
19
19
with :
20
- java-version : ' 8 '
20
+ java-version : ' 11 '
21
21
distribution : ' temurin'
22
-
22
+
23
23
- name : Setup Gradle
24
24
25
25
with :
26
- gradle-version : ' 5.6.4'
27
-
28
- - name : Build JAR
29
- run : gradle jar
30
-
31
- - name : Build Fat JAR
32
- run : gradle fatJar
33
-
26
+ gradle-version : ' 8.5'
27
+
34
28
- name : Build Plugin
35
29
run : gradle buildPlugin
36
-
37
30
- name : Show build results
38
31
run : |
39
32
echo "=== Build completed ==="
48
41
name : jar-files-${{ github.run_number }}
49
42
path : build/libs/*.jar
50
43
retention-days : 30
51
-
44
+
52
45
- name : Upload Plugin ZIP
53
46
uses : actions/upload-artifact@v4
54
47
with :
You can’t perform that action at this time.
0 commit comments