You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gretty is a feature-rich gradle plugin for running web-apps on embedded servlet containers.
@@ -18,10 +18,10 @@ If you are new with Gretty, try [getting started](http://akhikhl.github.io/grett
18
18
19
19
#### :star: What's new
20
20
21
-
Apr 20, 2015: Gretty 1.2.2 is out and immediately available at [Gradle plugin portal](http://plugins.gradle.org/plugin/org.akhikhl.gretty),
21
+
May 18, 2015: Gretty 1.2.3 is out and immediately available at [Gradle plugin portal](http://plugins.gradle.org/plugin/org.akhikhl.gretty),
22
22
[Bintray](https://bintray.com/akhikhl/maven/gretty/view) and [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.akhikhl.gretty%22).
23
23
24
-
See [Gretty 1.2.2 release announcement](RELEASE.md#gretty-122-release-announcement) for more information.
24
+
See [Gretty 1.2.3 release announcement](RELEASE.md#gretty-123-release-announcement) for more information.
25
25
26
26
See also: [complete list of changes](changes.md) in this and previous versions.
27
27
@@ -31,7 +31,7 @@ You can learn about all Gretty features in [online documentation](http://akhikhl
31
31
32
32
#### System requirements
33
33
34
-
Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 2.3 is highly recommended!).
34
+
Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 2.4 is highly recommended!).
35
35
36
36
Gretty also works on JDK6, although Jetty support is limited to versions 7 and 8 in this case. This is due to the fact that Jetty 9 was compiled against JDK7 and it's bytecode is not compatible with JDK6.
0 commit comments