Skip to content

Commit

Permalink
Github Actions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wellsb1 committed Oct 9, 2024
1 parent b3fd31a commit 0a35382
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
distribution: temurin
java-version: 11
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Execute Gradle build
run: ./gradlew build
# - name: Setup Gradle
# uses: gradle/gradle-build-action@v2
# - name: Execute Gradle build
# run: ./gradlew build
- name: Publish to Sonotype and OSSRH
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand All @@ -35,5 +35,6 @@ jobs:
echo -e "signingKeyId=$SIGNING_KEY_ID" >> gradle.properties
echo -e "signingKeyPassword=$SIGNING_PASSWORD" >> gradle.properties
echo -e "//EOF" >> gradle.properties
./gradlew sign
cat gradle.properties
# ./gradlew sign
# ./gradlew --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit 0a35382

Please sign in to comment.