mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
Add toolchain configuration for buildSrc
Issue gh-13811
This commit is contained in:
parent
1dcc73ad1f
commit
a28075a6a3
@ -5,7 +5,11 @@ plugins {
|
|||||||
id 'com.apollographql.apollo' version '2.4.5'
|
id 'com.apollographql.apollo' version '2.4.5'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
java {
|
||||||
|
toolchain {
|
||||||
|
languageVersion = JavaLanguageVersion.of(17)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user