Skip to content

Commit

Permalink
Compile for older Java
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jul 8, 2017
1 parent cc3d302 commit 3111a52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/java-test/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Create Java version test:

javac -target 6 -source 6 Test.java
javac -target 5 -source 5 Test.java
jar cfe test.jar Test Test.class
Binary file modified setup/java-test/test.jar
Binary file not shown.

0 comments on commit 3111a52

Please sign in to comment.