File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323          java-version : ' 21' 
2424          distribution : ' temurin' 
2525          cache : maven 
26-           gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} 
27-           gpg-passphrase : MAVEN_GPG_PASSPHRASE 
2826      - name : Run the Maven verify phase 
2927        run : mvn verify jacoco:report -e --update-snapshots --no-transfer-progress 
3028        env :
4038        run : mvn deploy --no-transfer-progress 
4139        env :
4240          GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
43-           MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }} 
Original file line number Diff line number Diff line change 4646  </distributionManagement >
4747
4848  <properties >
49+     <gpg .skip>true</gpg .skip>
4950    <maven .compiler.source>21</maven .compiler.source>
5051    <maven .compiler.target>21</maven .compiler.target>
5152    <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
249250  <profiles >
250251    <profile >
251252      <id >publish</id >
253+       <properties >
254+         <gpg .skip>false</gpg .skip>
255+       </properties >
252256      <build >
253257        <plugins >
254258          <plugin >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments