Move LoggedExec to minimumRuntime source set (#36453)

This moves LoggedExec to the minimumRuntime source set so that it correctly 
compiles for earlier Java versions, namely Java 8.
This commit is contained in:
James Baiera 2018-12-11 13:49:24 -05:00 committed by GitHub
parent 405a38131b
commit a07fb312fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ dependencies {
}
minimumRuntimeCompile "junit:junit:${props.getProperty('junit')}"
minimumRuntimeCompile localGroovy()
minimumRuntimeCompile gradleApi()
}
jar {
from sourceSets.minimumRuntime.output