Skip to content

Commit 4317393

Browse files
committed
Add java{} block
1 parent 57cd37e commit 4317393

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ allprojects {
4646
apply plugin: 'jacoco'
4747
apply plugin: 'org.barfuin.gradle.jacocolog'
4848

49-
sourceCompatibility = javaVersion
50-
targetCompatibility = javaVersion
49+
java {
50+
sourceCompatibility = javaVersion
51+
targetCompatibility = javaVersion
52+
}
5153

5254
jacoco {
5355
toolVersion = '0.8.12'

0 commit comments

Comments
 (0)