Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
devbattery authored Sep 13, 2023
1 parent 6c685bd commit 4a98b87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions be/carrot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group = 'com.example'
version = '0.0.1-SNAPSHOT'

java {
sourceCompatibility = JavaVersion.VERSION_17
sourceCompatibility = 17
}

configurations {
Expand Down Expand Up @@ -72,7 +72,6 @@ configurations {
querydsl.extendsFrom compileClasspath
}
compileQuerydsl {
options.compilerArgs += ['--release', '17']
options.annotationProcessorPath = configurations.querydsl
}

0 comments on commit 4a98b87

Please sign in to comment.