Skip to content

Upgrade common library, delete CommonLibScannerConfig and remove Comm… #11

Upgrade common library, delete CommonLibScannerConfig and remove Comm…

Upgrade common library, delete CommonLibScannerConfig and remove Comm… #11

Workflow file for this run

name: CI Pipeline
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Build with Gradle
runs-on: ubuntu-latest
env:
GPR_USER: ${{ secrets.GPR_USER }}
GPR_TOKEN: ${{ secrets.GPR_TOKEN }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
- name: Grant execute permission for Gradle
run: chmod +x gradlew
- name: Build the project
run: ./gradlew build