File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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 }}
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
You can’t perform that action at this time.
0 commit comments