2
0
Эх сурвалжийг харах

Use JDK 17 on buildSrc

Issue gh-11324
Marcus Da Coregio 3 жил өмнө
parent
commit
a8b6d9bb40
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      buildSrc/build.gradle

+ 1 - 1
buildSrc/build.gradle

@@ -5,7 +5,7 @@ plugins {
 	id 'com.apollographql.apollo' version '2.4.5'
 }
 
-sourceCompatibility = JavaVersion.VERSION_11
+sourceCompatibility = JavaVersion.VERSION_17
 
 repositories {
 	gradlePluginPortal()