Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: monosoul <Kloz.Klaud@gmail.com>
  • Loading branch information
monosoul committed Dec 8, 2022
1 parent 9fdd199 commit 4b5aece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dd-java-agent/instrumentation/rmi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def rmic = tasks.register('rmic', Exec) {
"-classpath", sourceSets.test.output.classesDirs.asPath,
"-d", layout.buildDirectory.dir("classes/java/test").get().toString(),
clazz
)
)
}

tasks.named("test").configure {
Expand Down

0 comments on commit 4b5aece

Please sign in to comment.