File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed 
Location-based-target-authentication Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 55WORKDIR  /app/Location-based-target-authentication
66
77RUN  chmod +x ./gradlew
8- RUN  ./gradlew bootJar -x test --build-cache --parallel
8+ RUN  ./gradlew bootJar -x test -x clean - -build-cache --parallel
99
1010FROM  cloudtype/jre:17
1111WORKDIR  /app
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ plugins {
22	id ' java' 
33	id ' org.springframework.boot'   version ' 3.2.2' 
44	id ' io.spring.dependency-management'   version ' 1.1.7' 
5- 	id ' base' 
6- 	id ' lifecycle-base' 
75}
86
97group =  ' com.swyp' 
@@ -75,11 +73,4 @@ tasks.withType(Jar) {
7573	duplicatesStrategy =  DuplicatesStrategy . EXCLUDE 
7674}
7775
78- tasks. named(' clean'  ) {
79-     doLast {
80-         delete layout. buildDirectory
81-         delete fileTree(dir : projectDir) {
82-             include ' **/*.class' 
83-         }
84-     }
85- }
76+ 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments