Skip to content

Commit 7ae7eb4

Browse files
committed
Update to JDK 17
1 parent e27d32e commit 7ae7eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'de.thetaphi.forbiddenapis'
1818
apply plugin: 'jacoco'
1919
apply plugin: 'signing'
2020

21-
sourceCompatibility = JavaVersion.VERSION_11
21+
sourceCompatibility = JavaVersion.VERSION_17
2222
group = 'org.dstadler'
2323
archivesBaseName = 'commoncrawldownload'
2424

0 commit comments

Comments
 (0)