Skip to content

Commit a07fb31

Browse files
authored
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 405a381 commit a07fb31

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ dependencies {
9595
}
9696
minimumRuntimeCompile "junit:junit:${props.getProperty('junit')}"
9797
minimumRuntimeCompile localGroovy()
98+
minimumRuntimeCompile gradleApi()
9899
}
99100
jar {
100101
from sourceSets.minimumRuntime.output

0 commit comments

Comments
 (0)