Skip to content

Commit 54f40b0

Browse files
committed
还原sourceCompatibility和targetCompatibility
1 parent 71a607b commit 54f40b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ plugins {
77
group 'com.github.wechatpay-apiv3'
88
version '0.4.8'
99

10+
sourceCompatibility = 1.8
11+
targetCompatibility = 1.8
12+
1013
repositories {
1114
mavenCentral()
1215
}

0 commit comments

Comments
 (0)