From f78ea0fd29a7e12e03a62f0830a866e1b6507f8d Mon Sep 17 00:00:00 2001 From: M999JAD Date: Fri, 8 Oct 2021 10:25:09 +0200 Subject: [PATCH] Release:1.0.0.RC1 #1 --- .github/workflows/main.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index c1ed6bd..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,33 +0,0 @@ -# A push on master will build, test and publish Jeka on OSSRH. -# Beside it will push the built documentation on the Jeka landing page. - -# If a tag is present on the last commit, Jeka will publish versioned artifacts according tag name on OSSRH public repo. -# If no tag is present, the built artifacts will be published to OSSRH snapshot repository. -# This logic is implemented within the Jeka build. - -name: Java Build and Publish - -on: - push: - branches: [ master ] - workflow_dispatch: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 1.8 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - name: Build with Jekaw - env: - OSSRH_USER: ${{ secrets.OSSRH_USER }} - OSSRH_PWD: ${{ secrets.OSSRH_PWD }} - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - run: | - cd ./dev.jeka.plugins.sonarqube - ./jekaw java#pack java#publish -