]> source.dussan.org Git - gitblit.git/commit
Report Java versions used during build and server start.
authorFlorian Zschocke <zschocke@gmx.de>
Thu, 7 Nov 2019 18:54:41 +0000 (19:54 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Thu, 7 Nov 2019 21:36:25 +0000 (22:36 +0100)
commit1140536f6d2f97658c97cadb0c9546df8061d541
treebd8cc26b5bf7ba6a00385f99f9e2563771662545
parentc9fe2b18f0f4894b92cae9c89f6b9a79e8aab986
Report Java versions used during build and server start.

With three versions about to be supported right now
it is getting more important to know which Java version is
used when building and testing Gitblit, and which Java
version is used to run Gitblit.

So have the Moxie build report the javac version, and the
JVM version that Moxie is running on. These might be
different.
The `GitBlitServer` will print the Java version and vendor,
so that it gets visible if a user would paste a log output
for analysis.
build.xml
src/main/java/com/gitblit/GitBlitServer.java