Skip to content

Commit 0a35382

Browse files
committed
Github Actions testing
1 parent b3fd31a commit 0a35382

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-gradle-project.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
distribution: temurin
2222
java-version: 11
23-
- name: Setup Gradle
24-
uses: gradle/gradle-build-action@v2
25-
- name: Execute Gradle build
26-
run: ./gradlew build
23+
# - name: Setup Gradle
24+
# uses: gradle/gradle-build-action@v2
25+
# - name: Execute Gradle build
26+
# run: ./gradlew build
2727
- name: Publish to Sonotype and OSSRH
2828
env:
2929
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
@@ -35,5 +35,6 @@ jobs:
3535
echo -e "signingKeyId=$SIGNING_KEY_ID" >> gradle.properties
3636
echo -e "signingKeyPassword=$SIGNING_PASSWORD" >> gradle.properties
3737
echo -e "//EOF" >> gradle.properties
38-
./gradlew sign
38+
cat gradle.properties
39+
# ./gradlew sign
3940
# ./gradlew --stacktrace publishToSonatype closeAndReleaseSonatypeStagingRepository

0 commit comments

Comments
 (0)