Skip to content

Commit 3665128

Browse files
author
Frotty
committed
add compatibility directives
1 parent 29f92cc commit 3665128

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

de.peeeq.wurstscript/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ import java.util.regex.Pattern
2727
mainClassName = "de.peeeq.wurstio.Main"
2828
version = "1.8.0.0"
2929

30+
sourceCompatibility = '1.8'
31+
targetCompatibility = '1.8'
32+
3033
jacocoTestReport {
3134
reports {
3235
xml.enabled true

0 commit comments

Comments
 (0)