Skip to content

Commit

Permalink
Move LoggedExec to minimumRuntime source set (#36453)
Browse files Browse the repository at this point in the history
This moves LoggedExec to the minimumRuntime source set so that it correctly 
compiles for earlier Java versions, namely Java 8.
  • Loading branch information
jbaiera committed Dec 11, 2018
1 parent 49c3a2e commit fc4ec5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dependencies {
}
minimumRuntimeCompile "junit:junit:${props.getProperty('junit')}"
minimumRuntimeCompile localGroovy()
minimumRuntimeCompile gradleApi()
}
jar {
from sourceSets.minimumRuntime.output
Expand Down

0 comments on commit fc4ec5d

Please sign in to comment.