Skip to content

Commit 3e8a538

Browse files
authored
Update build.gradle
1 parent 509ba30 commit 3e8a538

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ repositories {
2222
mavenLocal()
2323
}
2424

25-
sourceCompatibility = 1.8
26-
targetCompatibility = 1.8
25+
java {
26+
sourceCompatibility = 1.8
27+
targetCompatibility = 1.8
28+
}
2729

2830
def grpcVersion = '1.75.0'
2931
def protobufVersion = '4.32.1'

0 commit comments

Comments
 (0)