File tree 1 file changed +3
-3
lines changed
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
91
91
92
92
93
93
### 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):
95
95
96
96
``` sh
97
97
wget 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
108
108
109
109
To build from source, you need the following installed and available in your $PATH:
110
110
111
- * [ Java 7 or 8] ( http://java.oracle.com )
111
+ * [ Java 8] ( http://java.oracle.com )
112
112
113
113
* [ Apache maven 3.3.3 or greater] ( http://maven.apache.org/ )
114
114
115
115
#### 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 .
117
117
118
118
Export JAVA_HOME in order to use the supported Java version:
119
119
``` sh
You can’t perform that action at this time.
0 commit comments