Skip to content

Commit

Permalink
Fixed typo in gradle build file that caused the distribution to not r…
Browse files Browse the repository at this point in the history
…un. (#237)
  • Loading branch information
DanteNiewenhuis authored Jul 19, 2024
1 parent a17e7ed commit 461bfa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ val createScenarioApp by tasks.creating(CreateStartScripts::class) {
dependsOn(tasks.jar)

applicationName = "OpenDCScenarioRunner"
mainClass.set("org.opendc.experiments.base.ScenarioCLI")
mainClass.set("org.opendc.experiments.base.runner.ScenarioCli")
classpath = tasks.jar.get().outputs.files + configurations["runtimeClasspath"]
outputDir = project.buildDir.resolve("scripts")
}
Expand Down

0 comments on commit 461bfa6

Please sign in to comment.