Skip to content

TKSS-339: Backport JDK-8314045: ArithmeticException in GaloisCounterMode #91

TKSS-339: Backport JDK-8314045: ArithmeticException in GaloisCounterMode

TKSS-339: Backport JDK-8314045: ArithmeticException in GaloisCounterMode #91

Workflow file for this run

name: Execute build on PR
on: pull_request
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
java-version: [8, 11, 17]
runs-on: ${{ matrix.os }}
steps:
- name: Copy source files
uses: actions/checkout@v3
- name: Set up JDKs
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/[email protected]
- name: Execute Gradle build
run: ./gradlew clean build