File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ jobs:
7676uses : eskatos/gradle-command-action@v1 
7777      name : Publish targets to maven 
7878      with :
79-         arguments : publish -PapiKey=${{ secrets.SONOTYPE_TOKEN }} '-Dorg.gradle.jvmargs=-Xmx2g -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8' 
79+         arguments : publish -d -s - PapiKey=${{ secrets.SONOTYPE_TOKEN }} '-Dorg.gradle.jvmargs=-Xmx2g -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8' 
8080      if : ${{ startsWith(matrix.os, 'macos') }} 
8181
8282    - uses : eskatos/gradle-command-action@v1 
8383      name : Publish targets to maven 
8484      with :
85-         arguments : publishMingwX64PublicationToMavenRepository -s -i  -x compilePosix -PapiKey=${{ secrets.SONOTYPE_TOKEN }} '-Dorg.gradle.jvmargs=-Xmx2g -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8' 
85+         arguments : publishMingwX64PublicationToMavenRepository -s -d  -x compilePosix -PapiKey=${{ secrets.SONOTYPE_TOKEN }} '-Dorg.gradle.jvmargs=-Xmx2g -XX:-UseGCOverheadLimit -Dfile.encoding=UTF-8' 
8686      if : ${{ startsWith(matrix.os, 'windows') }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments