API uses Java 8

This commit is contained in:
Andrew Steinborn
2020-11-05 18:11:01 -05:00
parent ace8f7673d
commit 2e55461503

View File

@@ -14,6 +14,11 @@ sourceSets {
} }
} }
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
dependencies { dependencies {
api 'com.google.code.gson:gson:2.8.6' api 'com.google.code.gson:gson:2.8.6'
api "com.google.guava:guava:${guavaVersion}" api "com.google.guava:guava:${guavaVersion}"