Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Adds a dummy Gradle properties file for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Apr 27, 2021
1 parent 4747540 commit 601ee1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
signing.keyId=123456768
signing.password=password
signing.secretKeyRingFile=/some/path

ossrhUsername=username
ossrhPassword=password

0 comments on commit 601ee1b

Please sign in to comment.