Skip to content

Upgrade to new version of LDAP library that works with Java 11. #165

Upgrade to new version of LDAP library that works with Java 11.

Upgrade to new version of LDAP library that works with Java 11. #165

Workflow file for this run

name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'zulu'
- name: Run Spotless check
run: mvn spotless:check
- name: Create WAR
run: mvn package