update plugin to be usable maybe

This commit is contained in:
C10udburst 2022-08-04 13:30:09 +02:00
parent 7cdcd5d29d
commit dc196c66cb
15 changed files with 160 additions and 100 deletions

View file

@ -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 }}