Revert "Add toolchain configuration for buildSrc"

This reverts commit a28075a6a3.
This commit is contained in:
Steve Riesenberg 2023-09-19 14:11:25 -05:00
parent a28075a6a3
commit 6f7f86c97c
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 5 deletions

View File

@ -5,11 +5,7 @@ plugins {
id 'com.apollographql.apollo' version '2.4.5'
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
sourceCompatibility = JavaVersion.VERSION_17
repositories {
gradlePluginPortal()