Skip to content

Commit

Permalink
Upgrade to Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhov authored and beikov committed Nov 21, 2024
1 parent fe67f0d commit 3a6ad1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/blaze-query.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repositories {
group = 'com.blazebit'

java {
sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17

withSourcesJar()
}
Expand Down

0 comments on commit 3a6ad1e

Please sign in to comment.