File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
9191
9292
9393### Prerequisites
94- If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 7 runtime at a minimum):
94+ If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
9595
9696``` sh
9797wget http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/3.0.0-rc0/swagger-codegen-cli-3.0.0-rc0.jar -O swagger-codegen-cli.jar
@@ -108,12 +108,12 @@ brew install swagger-codegen
108108
109109To build from source, you need the following installed and available in your $PATH:
110110
111- * [ Java 7 or 8] ( http://java.oracle.com )
111+ * [ Java 8] ( http://java.oracle.com )
112112
113113* [ Apache maven 3.3.3 or greater] ( http://maven.apache.org/ )
114114
115115#### OS X Users
116- Don't forget to install Java 7 or 8. You probably have 1.6.
116+ Don't forget to install Java 8. You probably have 1.6 or 1.7 .
117117
118118Export JAVA_HOME in order to use the supported Java version:
119119``` sh
You can’t perform that action at this time.
0 commit comments