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:
parent
405a38131b
commit
a07fb312fc
|
@ -95,6 +95,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
minimumRuntimeCompile "junit:junit:${props.getProperty('junit')}"
|
minimumRuntimeCompile "junit:junit:${props.getProperty('junit')}"
|
||||||
minimumRuntimeCompile localGroovy()
|
minimumRuntimeCompile localGroovy()
|
||||||
|
minimumRuntimeCompile gradleApi()
|
||||||
}
|
}
|
||||||
jar {
|
jar {
|
||||||
from sourceSets.minimumRuntime.output
|
from sourceSets.minimumRuntime.output
|
||||||
|
|
Loading…
Reference in New Issue