Skip to content

Commit

Permalink
Reduce Gradle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 16, 2024
1 parent 993f081 commit 23a6960
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'jacoco'
apply plugin: 'signing'

sourceCompatibility = JavaVersion.VERSION_17
java {
toolchain {
sourceCompatibility = JavaVersion.VERSION_17
}
}
group = 'org.dstadler'
archivesBaseName = 'commoncrawldownload'

Expand Down

0 comments on commit 23a6960

Please sign in to comment.