diff --git a/be/carrot/build.gradle b/be/carrot/build.gradle index c6da527a7..075077ab6 100644 --- a/be/carrot/build.gradle +++ b/be/carrot/build.gradle @@ -15,7 +15,7 @@ group = 'com.example' version = '0.0.1-SNAPSHOT' java { - sourceCompatibility = JavaVersion.VERSION_17 + sourceCompatibility = 17 } configurations { @@ -72,7 +72,6 @@ configurations { querydsl.extendsFrom compileClasspath } compileQuerydsl { - options.compilerArgs += ['--release', '17'] options.annotationProcessorPath = configurations.querydsl }