File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 5454 server-password : MAVEN_CENTRAL_TOKEN
5555 gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
5656 gpg-passphrase : MAVEN_GPG_PASSPHRASE
57-
58- # - name: Set up JDK
59- # if: steps.get_version.outputs.is_snapshot == 'true'
60- # uses: actions/setup-java@v4
61- # with:
62- # java-version: '8'
63- # distribution: 'temurin'
64- # server-id: central # Value of the distributionManagement/repository/id field of the pom.xml
65- # server-username: MAVEN_PORTAL_USERNAME # env variable for username in deploy
66- # server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
67- # gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
68- # gpg-passphrase: MAVEN_GPG_PASSPHRASE
6957
7058 - name : Build with Maven
7159 run : mvn -B package --file auto-generated-sdk/pom.xml
You can’t perform that action at this time.
0 commit comments