From 4555aad6031f4c410c98158fe8add850b467145c Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Sun, 1 Dec 2019 16:47:40 +1100 Subject: [PATCH] release 3.0.0 Signed-off-by: Brett Randall --- README.md | 10 ++++++++-- changes.md | 8 ++++++++ gradle.properties | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29c45e1ba..f6e03a23a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ If you are new with Gretty, try [getting started](https://gretty-gradle-plugin.g #### :star: What's new +December 1, 2019, Gretty 3.0.0 is out and available at [Gradle Plugins](https://plugins.gradle.org/plugin/org.gretty) and [Bintray](https://bintray.com/javabrett/maven/org.gretty/view). + +This release introduces Gradle 6.0 support and retires support for JDK7, Gradle versions <5.0 and Tomcat 7.x and 8.0.x. + +See [complete list of changes](changes.md) for more information. + December 5, 2018, Gretty 2.3.1 is out and available at [Gradle Plugins](https://plugins.gradle.org/plugin/org.gretty) and [Bintray](https://bintray.com/javabrett/maven/org.gretty/view). This maintenance release addresses some issues found in Gretty 2.3.0. See [complete list of changes](changes.md) for more information. @@ -54,10 +60,10 @@ You can learn about all Gretty features in [online documentation](https://gretty #### System requirements -Gretty requires JDK8 or JDK9 and Gradle 1.10 or newer (Gradle 4.0 is highly recommended!). +Gretty requires JDK8 or JDK11 and Gradle 5.0 or newer. - Since version 2.0.0 Gretty no longer supports JDK6. -- Since version 3.0.0 Gretty no longer supports JDK7. +- Since version 3.0.0 Gretty no longer supports JDK7, Gradle <5.0, Tomcat 7.x or Tomcat 8.0.x. #### Availability diff --git a/changes.md b/changes.md index 506123597..a77b179ad 100644 --- a/changes.md +++ b/changes.md @@ -4,6 +4,14 @@ ### Version 3.0.0 +* Gradle 6.0 support. + +* JDK11 support. + +* Support for Gradle <5.0 has been removed. + +* Support for Tomcat 7.x and Tomcat 8.0.x has been removed. + * Support for JDK7 has been removed. ### Version 2.3.1 diff --git a/gradle.properties b/gradle.properties index b9119bedf..595992071 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ developerId = gretty-gradle-plugin developerName = Andrey Hihlovskiy license = MIT group = org.gretty -version = 3.0.0-SNAPSHOT +version = 3.0.0 jetty7_version = 7.6.21.v20160908 jetty7_servlet_api_version = 2.5 jetty8_version = 8.1.22.v20160922