diff --git a/ci/gradle-publish.yml b/ci/gradle-publish.yml deleted file mode 100644 index a74a1ce..0000000 --- a/ci/gradle-publish.yml +++ /dev/null @@ -1,37 +0,0 @@ -# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created -# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#Publishing-using-gradle - -name: Gradle Package - -on: - release: - types: [created] - -jobs: - build: - - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - java-version: '11' - distribution: 'adopt' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml - settings-path: ${{ github.workspace }} # location for the settings.xml file - - - name: Build with Gradle - run: gradle build - - # The USERNAME and TOKEN need to correspond to the credentials environment variables used in - # the publishing section of your build.gradle - - name: Publish to GitHub Packages - run: gradle publish - env: - USERNAME: ${{ github.actor }} - TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/ci/gradle.yml b/ci/gradle.yml deleted file mode 100644 index 5ecabba..0000000 --- a/ci/gradle.yml +++ /dev/null @@ -1,28 +0,0 @@ -# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle - -name: Java CI with Gradle - -on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - java-version: '11' - distribution: 'adopt' - cache: gradle - - name: Grant execute permission for gradlew - run: chmod +x gradlew - - name: Build with Gradle - run: ./gradlew build diff --git a/ci/properties/gradle-publish.properties.json b/ci/properties/gradle-publish.properties.json deleted file mode 100644 index 0155310..0000000 --- a/ci/properties/gradle-publish.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Publish Java Package with Gradle", - "description": "Build a Java Package using Gradle and publish to GitHub Packages.", - "iconName": "gradle", - "categories": ["Continuous integration", "Java", "Gradle", "Spring", "JSF"] -} \ No newline at end of file diff --git a/ci/properties/gradle.properties.json b/ci/properties/gradle.properties.json deleted file mode 100644 index 47d1ddb..0000000 --- a/ci/properties/gradle.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "Java with Gradle", - "description": "Build and test a Java project using a Gradle wrapper script.", - "iconName": "gradle", - "categories": ["Continuous integration", "Java", "Gradle", "Spring", "JSF"] -} diff --git a/icons/gradle.svg b/icons/gradle.svg deleted file mode 100644 index 504b090..0000000 --- a/icons/gradle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file