Skip to content

Commit 96626e9

Browse files
committed
chore: set Java source and target compatibility to version 1.8
1 parent 5a220ca commit 96626e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clients/algoliasearch-client-java/algoliasearch/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ repositories {
88
mavenCentral()
99
}
1010

11+
java {
12+
sourceCompatibility = JavaVersion.VERSION_1_8
13+
targetCompatibility = JavaVersion.VERSION_1_8
14+
}
15+
1116
dependencies {
1217
implementation 'com.google.code.findbugs:jsr305:3.0.2'
1318
api 'com.squareup.okhttp3:okhttp:5.1.0'

0 commit comments

Comments
 (0)