Skip to content

Commit

Permalink
chore: spotlessApply in /example
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Ivanov <[email protected]>
  • Loading branch information
0xivanov committed Dec 20, 2024
1 parent 5134eca commit d4f32c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ tasks.addRule("Pattern: run<Example>: Runs an example.") {
workingDir = rootDir
classpath = configurations.runtimeClasspath.get() + files(tasks.jar)
mainModule = "org.hiero.sdk.examples"
mainClass =
"org.hiero.sdk.examples.${this@addRule.substring("run".length)}Example"
mainClass = "org.hiero.sdk.examples.${this@addRule.substring("run".length)}Example"
}
}
}
Expand Down

0 comments on commit d4f32c2

Please sign in to comment.