Skip to content

Commit

Permalink
correcting the proof directory in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattulbrich committed Oct 13, 2023
1 parent 9cfe9ab commit d68fa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fun JavaExec.checkCommand() {
mainClass = "de.uka.ilkd.key.CheckerKt"
classpath = keyClasspath
systemProperty("key.contractOrder", "contract-order.txt")
args("--no-auto-mode", "--proof-path", "proofs/", "src/main/key/project.key")
args("--verbose", "--no-auto-mode", "--proof-path", "src/main/key/", "src/main/key/project.key")
group = "key"
tasks.named("check").get().dependsOn(this)
}
Expand Down

0 comments on commit d68fa2c

Please sign in to comment.