Skip to content

Commit 5cf6370

Browse files
committed
Remove unknown release flag from buildscript
1 parent 8fb1810 commit 5cf6370

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ dependencies {
5252
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
5353
}
5454

55-
tasks.withType(JavaCompile) {
56-
options.release.set(8)
57-
}
58-
5955
java {
6056
withJavadocJar()
6157
withSourcesJar()

0 commit comments

Comments
 (0)