forked from loafle/openapi-generator-original
update java version in build.gradle (#18640)
This commit is contained in:
parent
40c7adccd8
commit
65bdb99f96
@ -26,8 +26,8 @@ specifications as part of your build. Other tasks are available as command line
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
sourceCompatibility = 1.11
|
||||
targetCompatibility = 1.11
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Loading…
x
Reference in New Issue
Block a user