mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
update plugin to be usable maybe
This commit is contained in:
parent
7cdcd5d29d
commit
dc196c66cb
15 changed files with 160 additions and 100 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -14,10 +14,10 @@ jobs:
|
|||
with:
|
||||
java-version: 11
|
||||
|
||||
- name: Build and publish
|
||||
run: |
|
||||
chmod +x gradlew
|
||||
./gradlew :publish -Pversion=${GITHUB_REF##*/}-SNAPSHOT
|
||||
./gradlew :publish -Pversion=$(git rev-parse --short "$GITHUB_SHA")
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
# - name: Build and publish
|
||||
# run: |
|
||||
# chmod +x gradlew
|
||||
# ./gradlew :publish -Pversion=${GITHUB_REF##*/}-SNAPSHOT
|
||||
# ./gradlew :publish -Pversion=$(git rev-parse --short "$GITHUB_SHA")
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ github.token }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue