File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ extra["JDK_10"] = jdkPathIfFound("10")
119
119
120
120
rootProject.apply {
121
121
from(rootProject.file(" versions.gradle.kts" ))
122
+ from(rootProject.file(" report.gradle.kts" ))
122
123
}
123
124
124
125
extra[" versions.protobuf-java" ] = " 2.6.1"
@@ -663,6 +664,4 @@ tasks.create("findShadowJarsInClasspath").doLast {
663
664
project.checkConfig(" compileClasspath" )
664
665
project.checkConfig(" testCompileClasspath" )
665
666
}
666
- }
667
-
668
- BuildTimeReporter .configure(gradle)
667
+ }
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ extra["JDK_10"] = jdkPathIfFound("10")
119
119
120
120
rootProject.apply {
121
121
from(rootProject.file("versions.gradle.kts"))
122
+ from(rootProject.file("report.gradle.kts"))
122
123
}
123
124
124
125
extra["versions.protobuf-java"] = "2.6.1"
@@ -663,5 +664,3 @@ tasks.create("findShadowJarsInClasspath").doLast {
663
664
project.checkConfig("testCompileClasspath")
664
665
}
665
666
}
666
-
667
- BuildTimeReporter.configure(gradle)
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ import org.gradle.api.logging.Logger
10
10
import org.gradle.api.tasks.TaskState
11
11
import java.util.HashMap
12
12
13
- class BuildTimeReporter (
13
+ BuildTimeReporter .configure(gradle)
14
+
15
+ private class BuildTimeReporter (
14
16
private val kotlinCompileClass : Class <* >,
15
17
private val javaCompileClass : Class <* >,
16
18
private val jarClass : Class <* >,
You can’t perform that action at this time.
0 commit comments