Skip to content

Commit 961ebe8

Browse files
Наводников Максим АлександровичНаводников Максим Александрович
authored andcommitted
sourceCompatibility = 1.8
1 parent 6b0f56f commit 961ebe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ description = 'This project aims to provide the facility to easily implement JSO
1818
version = '1.5.3'
1919
group = 'com.github.briandilley.jsonrpc4j'
2020

21-
sourceCompatibility = 1.7
22-
targetCompatibility = 1.7
21+
sourceCompatibility = 1.8
22+
targetCompatibility = 1.8
2323

2424
compileJava {
2525
options.encoding = 'UTF-8'

0 commit comments

Comments
 (0)