Skip to content

Commit

Permalink
兼容java8配置
Browse files Browse the repository at this point in the history
  • Loading branch information
huangx committed May 5, 2022
1 parent cf90181 commit 61eaa47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
apply plugin: 'groovy'
apply plugin: "com.vanniktech.maven.publish"

java {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation gradleApi()
Expand Down

0 comments on commit 61eaa47

Please sign in to comment.