forked from loafle/openapi-generator-original
Set source and target compatibility to 1.7
in build.gradle to make it work with Android
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
targetCompatibility = 1.7
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user