Skip to content

Commit 61eaa47

Browse files
author
huangx
committed
兼容java8配置
1 parent cf90181 commit 61eaa47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
apply plugin: 'groovy'
22
apply plugin: "com.vanniktech.maven.publish"
33

4+
java {
5+
sourceCompatibility JavaVersion.VERSION_1_8
6+
targetCompatibility JavaVersion.VERSION_1_8
7+
}
8+
49
dependencies {
510
implementation fileTree(dir: 'libs', include: ['*.jar'])
611
implementation gradleApi()

0 commit comments

Comments
 (0)