We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe6187 commit b3410f9Copy full SHA for b3410f9
instrumentation/resources/library/build.gradle.kts
@@ -87,7 +87,7 @@ tasks {
87
test {
88
dependsOn(jar)
89
doFirst {
90
- // use test the final jar instead of directories with built classes to test the mrjar functionality
+ // use the final jar instead of directories with built classes to test the mrjar functionality
91
classpath = jar.get().outputs.files + classpath
92
}
93
systemProperty("testSecret", "test")
0 commit comments