Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Make Spring Boot work in Java 1.6 on Mac OS X
Currently Spring Boot fails in Java 1.6 on Mac OS X due to the "tools.jar" being integrated into classes.jar in the Apple version of Java 6. Apple fixed this with Java 7, but we should still support Java 6. We had to roll back to maven-plugin-plugin 3.1 to make this work with Java 6 and 7. All tests pass with Java 6 and Java 7.
- Loading branch information
Trevor Menagh
authored and
Dave Syer
committed
Mar 17, 2014
1 parent
16d4214
commit b8c4720
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters