Skip to content

Commit

Permalink
trying a newer java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Mar 26, 2024
1 parent 4fc3d0d commit 29fe7a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
id: get_repo
run: echo ::set-output name=REPO::${GITHUB_REPOSITORY#*/}

- name: Setup Java 17
- name: Setup Java 14
uses: actions/setup-java@v3.12.0
with:
distribution: 'adopt'
java-version: '17'
java-version: '14'

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {

group = 'no.fint'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '11'
targetCompatibility = '11'
sourceCompatibility = '14'
targetCompatibility = '14'


configurations {
Expand Down

0 comments on commit 29fe7a4

Please sign in to comment.