Skip to content

Commit 2905c80

Browse files
author
bretislav.wajtr
committed
Small change in the build script
1 parent b926a82 commit 2905c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'java'
77
apply plugin: 'com.github.kt3k.ebean.enhance' // required so the enhancer works, see below
88

99
// We need Java8 for this project
10-
tasks.withType(JavaCompile) {
10+
compileJava {
1111
sourceCompatibility = '1.8'
1212
}
1313

0 commit comments

Comments
 (0)