Skip to content

Commit

Permalink
Bug fixed on evaluator (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
javipacheco authored Jan 4, 2024
1 parent 68b4892 commit 38aae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluator-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tasks.create<JavaExec>("test-example") {
group = "Execution"
description = "Test example"
classpath = sourceSets.main.get().runtimeClasspath
mainClass = "com.xebia.funcional.xef.evaluator.examples.TestExample"
mainClass = "com.xebia.functional.xef.evaluator.examples.TestExample"

doLast {
println(">> data.json created!")
Expand Down

0 comments on commit 38aae7d

Please sign in to comment.