Skip to content

Commit 65bdb99

Browse files
authored
update java version in build.gradle (#18640)
1 parent 40c7adc commit 65bdb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/openapi-generator-gradle-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ specifications as part of your build. Other tasks are available as command line
2626
java {
2727
withSourcesJar()
2828
withJavadocJar()
29-
sourceCompatibility = 1.11
30-
targetCompatibility = 1.11
29+
sourceCompatibility = JavaVersion.VERSION_11
30+
targetCompatibility = JavaVersion.VERSION_11
3131
}
3232

3333
repositories {

0 commit comments

Comments
 (0)