mirror of
https://github.com/traccar/traccar.git
synced 2026-01-31 10:43:39 -05:00
Modify installation scripts
This commit is contained in:
5
setup/java-test/Test.java
Normal file
5
setup/java-test/Test.java
Normal file
@@ -0,0 +1,5 @@
|
||||
public class Test {
|
||||
public static void main(String[] a) {
|
||||
System.exit(Integer.parseInt(System.getProperty("java.version").split("\\.")[1]) >= 7 ? 0 : 1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user