소스 검색

Merge pull request #8 from csmith/master

Tell gradle to use 1.8.
pull/9/head
Greg Holmes 9 년 전
부모
커밋
5f8d50c871
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle 파일 보기

@@ -21,8 +21,8 @@ sourceSets {
21 21
     }
22 22
 }
23 23
 
24
-sourceCompatibility = 1.7
25
-targetCompatibility = 1.7
24
+sourceCompatibility = 1.8
25
+targetCompatibility = 1.8
26 26
 
27 27
 repositories.mavenCentral()
28 28
 

Loading…
취소
저장