mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- stable
|
- stable
|
||||||
- java-ci
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
@ -44,7 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: codemp-java-${{ matrix.platform.target }}
|
name: codemp-java-${{ matrix.platform.target }}
|
||||||
path: dist/java/build/libs
|
path: dist/java/build/libs
|
||||||
- run: gradle publish -x generateMetadataFileForBinaryAndSourcesPublication -x generateMetadataFileForBinaryPublication
|
- run: gradle publish
|
||||||
working-directory: dist/java
|
working-directory: dist/java
|
||||||
env:
|
env:
|
||||||
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
|
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
|
||||||
|
|
Loading…
Reference in a new issue