Skip to content

Commit

Permalink
Use JDK 17 on buildSrc
Browse files Browse the repository at this point in the history
Issue gh-11324
  • Loading branch information
marcusdacoregio committed Jun 22, 2022
1 parent 03527b2 commit a8b6d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'com.apollographql.apollo' version '2.4.5'
}

sourceCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17

repositories {
gradlePluginPortal()
Expand Down

0 comments on commit a8b6d9b

Please sign in to comment.