Skip to content

Commit fc4ec5d

Browse files
committed
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.
1 parent 49c3a2e commit fc4ec5d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

buildSrc/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ dependencies {
9898
}
9999
minimumRuntimeCompile "junit:junit:${props.getProperty('junit')}"
100100
minimumRuntimeCompile localGroovy()
101+
minimumRuntimeCompile gradleApi()
101102
}
102103
jar {
103104
from sourceSets.minimumRuntime.output

0 commit comments

Comments
 (0)