Skip to content

Commit

Permalink
fix: use mavenCentral naming for gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto authored and DanySK committed May 22, 2023
1 parent 32edb4b commit 4bd3c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Expand Up @@ -188,9 +188,9 @@ runs:
NPM_TOKEN: ${{ inputs.npm-token }}
# Gradle-specific exports, see:
# https://docs.gradle.org/current/userguide/build_environment.html#sec:project_properties
ORG_GRADLE_PROJECT_mavenRepo: ${{ inputs.maven-central-repo }}
ORG_GRADLE_PROJECT_mavenUsername: ${{ inputs.maven-central-username }}
ORG_GRADLE_PROJECT_mavenPassword: ${{ inputs.maven-central-password }}
ORG_GRADLE_PROJECT_mavenCentralRepo: ${{ inputs.maven-central-repo }}
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ inputs.maven-central-username }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ inputs.maven-central-password }}
ORG_GRADLE_PROJECT_signingKey: ${{ inputs.signing-key }}
ORG_GRADLE_PROJECT_signingPassword: ${{ inputs.signing-password }}
ORG_GRADLE_PROJECT_npmRepo: ${{ inputs.npm-repo }}
Expand Down

0 comments on commit 4bd3c7c

Please sign in to comment.