Skip to content

Bump the gradle group across 1 directory with 14 updates #2548

Bump the gradle group across 1 directory with 14 updates

Bump the gradle group across 1 directory with 14 updates #2548

name: Build Pull Request
on:
pull_request:
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- 'LICENSE'
- 'CODEOWNERS'
- 'nais/**'
- 'gradle/**'
- 'nais/alerts/**'
- '.github/workflows/deploy-alerts.yml'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Kjør tester & bygg JAR
run: ./gradlew clean test shadowjar
env:
GITHUB_TOKEN: ${{ secrets.READER_TOKEN }}