Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Jan 6, 2025
1 parent 9d2bcdc commit 07c8377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ task demosTests(dependsOn: assembleForJavac, group: 'Verification') {

doLast {
File demosDir = new File(projectDir, '../../checker-framework.demos');
createCloneTask('gettemplatefora-checker', 'https://github.com/eisop/checker-framework.demos.git', templateforCheckerDir)
createCloneTask('getDemos', 'https://github.com/eisop/checker-framework.demos.git', demosDir)
ant.properties.put('checker.lib', file("${projectDir}/dist/checker.jar").absolutePath)
ant.ant(dir: demosDir.toString())
}
Expand All @@ -341,7 +341,7 @@ task templateTests(dependsOn: assembleForJavac, group: 'Verification') {

doLast {
File templateforCheckerDir = new File(projectDir, '../../templatefora-checker');
createCloneTask('gettemplatefora-checker', 'https://github.com/eisop/templatefora-checker.git', templateforCheckerDir)
createCloneTask('getTemplatefora-checker', 'https://github.com/eisop/templatefora-checker.git', templateforCheckerDir)
println "Running Gradle build in $templateforCheckerDir"
injected.execOps.exec {
workingDir = templateforCheckerDir
Expand Down

0 comments on commit 07c8377

Please sign in to comment.