Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 2c6fa65

Browse files
committed
Set jdk version in gradle
1 parent e454c7b commit 2c6fa65

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ repositories {
77
jcenter()
88
}
99

10+
java {
11+
sourceCompatibility = JavaVersion.VERSION_1_8
12+
targetCompatibility = JavaVersion.VERSION_1_8
13+
}
14+
1015

1116
dependencies {
12-
implementation 'org.slf4j:slf4j-api:1.7.21'
13-
testImplementation 'junit:junit:4.13'
1417
implementation 'com.google.code.gson:gson:2.8.6'
1518

1619
implementation 'org.projectlombok:lombok:1.18.10'

0 commit comments

Comments
 (0)