Skip to content

Commit f6d99af

Browse files
author
test user
committed
chore: Gradle deprecation warning fixed
1 parent c7f0b6d commit f6d99af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ dependencies {
2020
}
2121
}
2222

23-
sourceCompatibility = JavaVersion.VERSION_1_8
23+
java {
24+
sourceCompatibility = JavaVersion.VERSION_1_8
25+
}
2426

2527
test {
2628
useJUnitPlatform()

0 commit comments

Comments
 (0)