Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Randall <javabrett@gmail.com>
  • Loading branch information
javabrett committed Dec 1, 2019
1 parent 01767bd commit 4555aad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4555aad

Please sign in to comment.