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=53fe06e7ae7a8c00ec902413391cea15362bdbf2;hpb=a92455a4db78cdc97d94f7bddb1929096abab1f2 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);