File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ tasks {
5959  shadowJar {
6060    mergeServiceFiles()
6161
62+     duplicatesStrategy =  DuplicatesStrategy .INCLUDE  //  required for mergeServiceFiles()
63+ 
6264    manifest {
6365      attributes[" Implementation-Version" =  project.version
6466    }
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ tasks {
5151  shadowJar {
5252    mergeServiceFiles()
5353
54+     duplicatesStrategy =  DuplicatesStrategy .INCLUDE  //  required for mergeServiceFiles()
55+ 
5456    manifest {
5557      attributes[" Implementation-Version" =  project.version
5658    }
Original file line number Diff line number Diff line change 11pluginManagement {
22  plugins {
3-     id(" com.gradleup.shadow" " 8.3.9 " 
3+     id(" com.gradleup.shadow" " 9.0.2 " 
44    id(" io.github.gradle-nexus.publish-plugin" " 2.0.0" 
55    id(" com.gradle.develocity" " 4.1" 
66  }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments