Skip to content

Commit d20d1a8

Browse files
committed
removed Java 7 as an option on README.
1 parent 9526950 commit d20d1a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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
9797
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
108108

109109
To 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

118118
Export JAVA_HOME in order to use the supported Java version:
119119
```sh

0 commit comments

Comments
 (0)