Skip to content

Commit 8461373

Browse files
committed
remove unnecessary env variables from build script
1 parent 9abea4c commit 8461373

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
- name: Build with Gradle
2828
run: ./gradlew build
2929
env:
30-
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVENCENTRALUSERNAME }}
31-
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVENCENTRALPASSWORD }}
3230
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_PRIVATE_KEY }}
3331
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
3432
REMOTE_CACHE_URL: ${{ secrets.REMOTE_CACHE_URL }}

0 commit comments

Comments
 (0)