File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed 
gradle-plugin/src/main/java/org/springframework/boot/experimental/gradle Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 88
99    steps :
1010      - uses : actions/checkout@v4 
11-       - name : Set up JDK 1.8  
11+       - name : Set up JDK 11  
1212        uses : actions/setup-java@v4 
1313        with :
14-           java-version : 8 
14+           java-version : 11 
1515          distribution : temurin 
1616          cache : maven 
1717      - name : Build with Maven 
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111
1212    steps :
1313      - uses : actions/checkout@v4 
14-       - name : Set up JDK 1.8  
14+       - name : Set up JDK 11  
1515        uses : actions/setup-java@v4 
1616        with :
17-           java-version : 8 
17+           java-version : 11 
1818          distribution : temurin 
1919          cache : maven 
2020      - name : Build with Maven 
Original file line number Diff line number Diff line change 2828import  org .gradle .api .tasks .OutputFile ;
2929import  org .gradle .api .tasks .TaskAction ;
3030import  org .gradle .api .tasks .TaskExecutionException ;
31- 
3231import  org .springframework .util .StringUtils ;
3332
3433/** 
@@ -145,7 +144,6 @@ public File getOutput() {
145144	/** 
146145	 * The name of the thin properties file (defaults to "thin"). 
147146	 */ 
148- 	@ Override 
149147	public  void  setName (String  name ) {
150148		this .name  = name ;
151149	}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments