Skip to content

Commit

Permalink
Merge pull request #365 from gpc/remove-references-to-temporary-varia…
Browse files Browse the repository at this point in the history
…bles

Update gradle.yml
  • Loading branch information
codeconsole authored Oct 3, 2024
2 parents 8180260 + 2ceeb6f commit 9b6cacb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: publish
uses: gradle/gradle-build-action@v3
env:
ARTIFACTORY_USERNAME: ${{ secrets.TEMP_ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.TEMP_ARTIFACTORY_PASSWORD }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
with:
arguments: -Dorg.gradle.internal.publish.checksums.insecure=true publish
arguments: -Dorg.gradle.internal.publish.checksums.insecure=true publish

0 comments on commit 9b6cacb

Please sign in to comment.