mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 00:44:20 +00:00 
			
		
		
		
	fixed generated settings
This commit is contained in:
		
							parent
							
								
									23f6cd301b
								
							
						
					
					
						commit
						14d3f1d12c
					
				@ -114,6 +114,7 @@ jobs:
 | 
			
		||||
        server-username: MAVEN_USERNAME # env variable for username in deploy
 | 
			
		||||
        server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
 | 
			
		||||
        gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
 | 
			
		||||
        gpg-passphrase: MAVEN_GPG_PASSPHRASE
 | 
			
		||||
 | 
			
		||||
    - name: Publish to Apache Maven Central
 | 
			
		||||
      run: mvn deploy
 | 
			
		||||
 | 
			
		||||
@ -167,7 +167,7 @@ describe('auth tests', () => {
 | 
			
		||||
            <gpg.passphrase>\${env.${gpgPassphrase}}</gpg.passphrase>
 | 
			
		||||
          </properties>
 | 
			
		||||
        </profile>
 | 
			
		||||
      <profiles>
 | 
			
		||||
      </profiles>
 | 
			
		||||
  </settings>
 | 
			
		||||
  `);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							@ -90,7 +90,7 @@ export function generate(
 | 
			
		||||
            <gpg.passphrase>\${env.${escapeXML(gpgPassphrase)}}</gpg.passphrase>
 | 
			
		||||
          </properties>
 | 
			
		||||
        </profile>
 | 
			
		||||
      <profiles>
 | 
			
		||||
      </profiles>
 | 
			
		||||
  </settings>
 | 
			
		||||
  `;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user