Skip to content

doc: remove section on crippled cryptographic capability in Oracle JDK #905

doc: remove section on crippled cryptographic capability in Oracle JDK

doc: remove section on crippled cryptographic capability in Oracle JDK #905

Workflow file for this run

name: unit-test
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'liberica'
java-version: '11'
- name: Build and test with Gradle
run: ./gradlew clean build