Require Java 7
Jetty 9 was built with compiler settings producing class files that are not recognized by Java 6 runtimes. Gerrit 2.9 will require Java 7 as its minimum runtime version. Change-Id: Ifed3f9e07bf77a7a737b16c20e6e400acd990649
This commit is contained in:
		| @@ -28,7 +28,7 @@ GWT = ['//gerrit-gwtui:ui_module'] | ||||
| JRE = '/'.join([ | ||||
|   'org.eclipse.jdt.launching.JRE_CONTAINER', | ||||
|   'org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType', | ||||
|   'JavaSE-1.6', | ||||
|   'JavaSE-1.7', | ||||
| ]) | ||||
|  | ||||
| ROOT = path.abspath(__file__) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shawn Pearce
					Shawn Pearce