We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0deaab3 commit 0c3bb59Copy full SHA for 0c3bb59
2 files changed
snapcraft.yaml
@@ -38,6 +38,7 @@ parts:
38
source-type: git
39
override-build: |
40
snapcraftctl build
41
+ export JAVAC=/usr/lib/jvm/java-11-openjdk-amd64/bin/javac && \
42
./gradlew installDist && \
43
mkdir -p ../install/usr/share/jgex && \
44
cp -a build/install/jgex/lib/*.jar ../install/usr/share/jgex && \
src/main/java/wprover/Version.java
@@ -7,7 +7,7 @@
7
public class Version {
8
9
private static String sversion = "0.87";
10
- private static String data = "2024-11-26";
+ private static String data = "2025-06-11";
11
private static String project = "Geometry Expert";
12
13
/**
0 commit comments