Skip to content

Commit

Permalink
Update to java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Dec 21, 2023
1 parent bca1bbe commit ab5469f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 8
java-version: 11
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ allprojects {
java {
withSourcesJar()
withJavadocJar()
sourceCompatibility = JavaVersion.VERSION_1_8
toolchain{
languageVersion.set(JavaLanguageVersion.of(11))
}
}
}

Expand Down

0 comments on commit ab5469f

Please sign in to comment.