Skip to content

Commit b3410f9

Browse files
authored
Update instrumentation/resources/library/build.gradle.kts
1 parent ffe6187 commit b3410f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/resources/library/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ tasks {
8787
test {
8888
dependsOn(jar)
8989
doFirst {
90-
// use test the final jar instead of directories with built classes to test the mrjar functionality
90+
// use the final jar instead of directories with built classes to test the mrjar functionality
9191
classpath = jar.get().outputs.files + classpath
9292
}
9393
systemProperty("testSecret", "test")

0 commit comments

Comments
 (0)