Skip to content

Commit 28dcdff

Browse files
authored
ci : disable publishing of java binding [no ci] (#3086)
This commit disables the publishing of the Java binding to the Maven repository. The motivation for this is that this job was disabled for some time and recently it was re-enabled, but the publishing of the Java binding caused the build to fail and needs to be investigated further. Refs: #3079
1 parent 50218b9 commit 28dcdff

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1104,17 +1104,17 @@ jobs:
11041104
name: whispercpp.jar
11051105
path: bindings/java/build/libs/whispercpp-*.jar
11061106

1107-
- name: Publish package
1108-
if: ${{ github.ref == 'refs/heads/master' }}
1109-
uses: gradle/gradle-build-action@v2.4.2
1110-
with:
1111-
arguments: publish
1112-
build-root-directory: bindings/java
1113-
env:
1114-
MAVEN_USERNAME: ${{ secrets.JIRA_USER }}
1115-
MAVEN_PASSWORD: ${{ secrets.JIRA_PASS }}
1116-
PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
1117-
PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
1107+
# - name: Publish package
1108+
# if: ${{ github.ref == 'refs/heads/master' }}
1109+
# uses: gradle/gradle-build-action@v2.4.2
1110+
# with:
1111+
# arguments: publish
1112+
# build-root-directory: bindings/java
1113+
# env:
1114+
# MAVEN_USERNAME: ${{ secrets.JIRA_USER }}
1115+
# MAVEN_PASSWORD: ${{ secrets.JIRA_PASS }}
1116+
# PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
1117+
# PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
11181118

11191119
quantize:
11201120
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||

0 commit comments

Comments
 (0)