Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valis committed Jul 29, 2020
1 parent 1940596 commit 69f79c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arend.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langVersion: 1.4
langVersion: 1.4.1
sourcesDir: src
testsDir: test
binariesDir: .bin
Expand Down
2 changes: 1 addition & 1 deletion meta/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ task<JavaExec>("cliCheck") {
group = "verification"
dependsOn(projectArend.task(":cli:jarDep"), tasks["classes"])
main = "-jar"
val jarDepPath = projectArend.projectDir.resolve("cli/build/libs/cli-1.4.0-full.jar").absolutePath
val jarDepPath = projectArend.projectDir.resolve("cli/build/libs/cli-1.4.1-full.jar").absolutePath
args(jarDepPath, "-tcr")
workingDir(projectDir.parent)
}
Expand Down

0 comments on commit 69f79c5

Please sign in to comment.