Skip to content

Commit

Permalink
Drop Java 8, add Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Jan 11, 2024
1 parent dbfc35e commit c1ae7f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
java: [8, 11]
java: [11, 17]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ version = '0.3.1-SNAPSHOT'

mainClassName = 'com.glencoesoftware.ldaptool.Main'

sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava {
options.release = 11
}

repositories {
mavenCentral()
Expand Down

0 comments on commit c1ae7f7

Please sign in to comment.