Skip to content

DTSPO-30034: Remove Java 17 support, upgrade to Java 21 #1009

DTSPO-30034: Remove Java 17 support, upgrade to Java 21

DTSPO-30034: Remove Java 17 support, upgrade to Java 21 #1009

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build
run: ./gradlew check