Skip to content

Environment variable changes are reverted and gradle.startParameter is used to read system properties in init scripts #2159

Environment variable changes are reverted and gradle.startParameter is used to read system properties in init scripts

Environment variable changes are reverted and gradle.startParameter is used to read system properties in init scripts #2159

name: Verify Build
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
verification:
name: Verification
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
with:
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
- name: Build with Gradle
run: ./gradlew build