Skip to content

Commit 51a2eb0

Browse files
authored
Update build.gradle
1 parent eaefe2d commit 51a2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/java/signalr/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
version project.findProperty('packageVersion') ?: "99.99.99-dev"
2323

2424
java {
25-
sourceCompatibility = 1.8
25+
sourceCompatibility = 1.9
2626
}
2727

2828
repositories {

0 commit comments

Comments
 (0)