Skip to content

Commit 2c43324

Browse files
committed
misc: increase version, fix deprecation
1 parent b7fd016 commit 2c43324

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: cli-impl/src/main/java/org/aya/cli/interactive/ReplCompiler.java

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
import java.io.IOException;
5050
import java.nio.file.Files;
5151
import java.nio.file.Path;
52-
import java.util.function.Function;
5352

5453
public class ReplCompiler {
5554
public final @NotNull CountingReporter reporter;

Diff for: gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The Version of this project, aka, The Aya Theorem Prover.
33
# Remove "-SNAPSHOT" suffix and run gradle publish to release a new version.
44
# After that, increase the version number and add "-SNAPSHOT" suffix back for next cycle.
5-
project = "0.30.0-SNAPSHOT"
5+
project = "0.31.0"
66

77
# https://openjdk.org/
88
java = "21"

Diff for: ide-lsp/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ supportedPlatforms.forEach { platform ->
127127
include("bin/aya")
128128
include("bin/aya-lsp")
129129
include("${Constants.jreDirName}/bin/**")
130-
fileMode = "755".toInt(8)
130+
filePermissions { unix("755") }
131131
}
132132
doLast {
133133
val bytes = MessageDigest.getInstance("SHA-256")

0 commit comments

Comments
 (0)