X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FCache.java;fp=src%2Fjalview%2Fbin%2FCache.java;h=370a2433c3d8b8bcd8683b89e500bf0581a9da5e;hp=0ec0e7892fe8a4e4bb659efa1f273da280aa8190;hb=77a64be30e2b21de5688ce37a63648ad3fb1bec8;hpb=8a3dff7200a368fa7af86f6398719dc3f240317d diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index 0ec0e78..370a243 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -630,6 +630,11 @@ public class Cache applicationProperties.put("VERSION", buildProperties.getProperty("VERSION")); } + if (buildProperties.getProperty("JAVA_COMPILE_VERSION", null) != null) + { + applicationProperties.put("JAVA_COMPILE_VERSION", + buildProperties.getProperty("JAVA_COMPILE_VERSION")); + } } catch (Exception ex) { System.out.println("Error reading build details: " + ex);