Commit ec98e86 1 parent bb631e0 commit ec98e86 Copy full SHA for ec98e86
File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
24
24
- name : Validate Gradle Wrapper
25
25
uses : gradle/wrapper-validation-action@v1
26
26
27
- - name : Set up JDK 8
27
+ - name : Set up JDK 11
28
28
uses : actions/setup-java@v3
29
29
with :
30
30
distribution : ' zulu'
31
- java-version : 8
31
+ java-version : 11
32
32
33
33
- name : Setup Gradle
34
34
39
39
- name : Publish To Local
40
40
run : ./gradlew publishToMavenLocal -PVERSION_NAME=0.0.0-SNAPSHOT
41
41
42
- - name : Set up JDK 11
43
- uses : actions/setup-java@v3
44
- with :
45
- distribution : ' zulu'
46
- java-version : 11
47
-
48
42
- name : Check spotless
49
43
run : ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
50
44
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- name : Check out
16
16
uses : actions/checkout@v2
17
17
18
- - name : Set up JDK 8
18
+ - name : Set up JDK 11
19
19
uses : actions/setup-java@v2
20
20
with :
21
21
distribution : ' zulu'
22
- java-version : ' 8 '
22
+ java-version : ' 11 '
23
23
24
24
- name : Build & Publish Kace plugin to Maven Central
25
25
run : chmod +x ./publish.sh && ./publish.sh
You can’t perform that action at this time.
0 commit comments