We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c7adc commit 65bdb99Copy full SHA for 65bdb99
1 file changed
modules/openapi-generator-gradle-plugin/build.gradle
@@ -26,8 +26,8 @@ specifications as part of your build. Other tasks are available as command line
26
java {
27
withSourcesJar()
28
withJavadocJar()
29
- sourceCompatibility = 1.11
30
- targetCompatibility = 1.11
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
31
}
32
33
repositories {
0 commit comments