File tree 3 files changed +4
-6
lines changed
gradle-plugin/src/main/java/org/springframework/boot/experimental/gradle
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - name : Set up JDK 1.8
11
+ - name : Set up JDK 11
12
12
uses : actions/setup-java@v4
13
13
with :
14
- java-version : 8
14
+ java-version : 11
15
15
distribution : temurin
16
16
cache : maven
17
17
- name : Build with Maven
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - name : Set up JDK 1.8
14
+ - name : Set up JDK 11
15
15
uses : actions/setup-java@v4
16
16
with :
17
- java-version : 8
17
+ java-version : 11
18
18
distribution : temurin
19
19
cache : maven
20
20
- name : Build with Maven
Original file line number Diff line number Diff line change 28
28
import org .gradle .api .tasks .OutputFile ;
29
29
import org .gradle .api .tasks .TaskAction ;
30
30
import org .gradle .api .tasks .TaskExecutionException ;
31
-
32
31
import org .springframework .util .StringUtils ;
33
32
34
33
/**
@@ -145,7 +144,6 @@ public File getOutput() {
145
144
/**
146
145
* The name of the thin properties file (defaults to "thin").
147
146
*/
148
- @ Override
149
147
public void setName (String name ) {
150
148
this .name = name ;
151
149
}
You can’t perform that action at this time.
0 commit comments