mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(java): give up
you win for 0.7 gradle, but im going to try again
This commit is contained in:
parent
8c6e70cbe8
commit
31b8bb1843
1 changed files with 1 additions and 2 deletions
3
.github/workflows/java.yml
vendored
3
.github/workflows/java.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- stable
|
||||
- java-ci
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -44,7 +43,7 @@ jobs:
|
|||
with:
|
||||
name: codemp-java-${{ matrix.platform.target }}
|
||||
path: dist/java/build/libs
|
||||
- run: gradle publish -x generateMetadataFileForBinaryAndSourcesPublication -x generateMetadataFileForBinaryPublication
|
||||
- run: gradle publish
|
||||
working-directory: dist/java
|
||||
env:
|
||||
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
|
||||
|
|
Loading…
Reference in a new issue