Skip to content

feat: update gradle wrapper (#91814) #35

feat: update gradle wrapper (#91814)

feat: update gradle wrapper (#91814) #35

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Run build and tests
on:
push:
branches:
- '**'
pull_request:
branches: [ release/2.X ]
jobs:
build:
permissions:
checks: write
pull-requests: write
contents: read
environment: CIRelease
runs-on: ubuntu-latest
steps:
- name: Setup
uses: IntershopCommunicationsAG/.github/actions/[email protected]
- name: set-env
uses: allenevans/[email protected]
with:
GITURL: ${{ secrets.GITURL }}
GITUSER: ${{ secrets.GITUSER }}
GITPASSWD: ${{ secrets.GITPASSWD }}
SVNURL: ${{ secrets.SVNURL }}
SVNUSER: ${{ secrets.SVNUSER }}
SVNPASSWD: ${{ secrets.SVNPASSWD }}
- name: Build
uses: IntershopCommunicationsAG/.github/actions/[email protected]