Skip to content

Commit 23a6960

Browse files
committed
Reduce Gradle warnings
1 parent 993f081 commit 23a6960

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ apply plugin: 'de.thetaphi.forbiddenapis'
1818
apply plugin: 'jacoco'
1919
apply plugin: 'signing'
2020

21-
sourceCompatibility = JavaVersion.VERSION_17
21+
java {
22+
toolchain {
23+
sourceCompatibility = JavaVersion.VERSION_17
24+
}
25+
}
2226
group = 'org.dstadler'
2327
archivesBaseName = 'commoncrawldownload'
2428

0 commit comments

Comments
 (0)