Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Hihlovskiy committed Feb 1, 2017
1 parent e79c7a4 commit adf9e35
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 528 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
![logo](http://akhikhl.github.io/gretty/media/gretty_logo_1.x.png "gretty logo")

[![Build Status](http://img.shields.io/travis/akhikhl/gretty.svg)](https://travis-ci.org/akhikhl/gretty)
![Maintenance Status](http://img.shields.io/maintenance/yes/2016.svg)
[![Latest release](http://img.shields.io/badge/release-1.4.0-47b31f.svg)](https://github.com/akhikhl/gretty/tags/v1.4.0)
[![Snapshot](http://img.shields.io/badge/current-1.4.1--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/gretty/tree/master)
![Maintenance Status](http://img.shields.io/maintenance/yes/2017.svg)
[![Latest release](http://img.shields.io/badge/release-1.4.1-47b31f.svg)](https://github.com/akhikhl/gretty/tags/v1.4.1)
[![Snapshot](http://img.shields.io/badge/current-1.4.2--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/gretty/tree/master)
[![License](http://img.shields.io/badge/license-MIT-47b31f.svg)](#copyright-and-license)

Gretty is a feature-rich gradle plugin for running web-apps on embedded servlet containers.
Expand All @@ -20,22 +20,25 @@ If you are new with Gretty, try [getting started](http://akhikhl.github.io/grett

#### :star: What's new

Aug 5, 2016: Andrey Hihlovskiy is back to maintaining Gretty! Many thanks to Timur Shakurov for his great work on Gretty maintenance
during the past year!
Feb 1, 2017, Gretty 1.4.1 is out immediately available at [Bintray](https://bintray.com/akhikhl/maven/gretty/view) and [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.akhikhl.gretty%22).

Aug 5, 2016: Gretty 1.4.0 is out and immediately available at [Bintray](https://bintray.com/akhikhl/maven/gretty/view) and [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.akhikhl.gretty%22).
Changes in this version:

See [Gretty 1.4.0 release announcement](RELEASE.md#gretty-140-release-announcement) for more information.
* The most significant change is compatibility with Gradle 3.3.

See also: [complete list of changes](changes.md) in this and previous versions.
* Pull Requests #198, #205, #266, #293, #297 and #312 were merged into master.

* Issues #296, #300, #307, #317, #320, #322, #323 were resolved.

See also: [complete list of changes](changes.md) for more information.

#### Documentation

You can learn about all Gretty features in [online documentation](http://akhikhl.github.io/gretty-doc/).

#### System requirements

Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 2.14.1 is highly recommended!). **Gradle 3.x is not yet officially supported.**
Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 3.3 is highly recommended!).

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.

Expand All @@ -47,6 +50,6 @@ All releases of Gretty are available at [Bintray](https://bintray.com/akhikhl/ma

#### Copyright and License

Copyright 2013-2016 (c) Andrey Hihlovskiy, Timur Shakurov and [contributors](CONTRIBUTORS).
Copyright 2013-2017 (c) Andrey Hihlovskiy, Timur Shakurov and [contributors](CONTRIBUTORS).

All versions, present and past, of Gretty are licensed under [MIT license](LICENSE).
221 changes: 0 additions & 221 deletions RELEASE.md

This file was deleted.

Loading

0 comments on commit adf9e35

Please sign in to comment.