From 90e59313b469743eb02dd7fbe73df17291c0fd02 Mon Sep 17 00:00:00 2001 From: Rob Spieldenner Date: Fri, 21 Aug 2015 15:01:14 -0700 Subject: [PATCH] Update usage and compatibility docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c1fdfe..8a51960 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To apply this plugin if using Gradle 2.1 or newer plugins { - id 'nebula.plugin-plugin' version '3.0.5' + id 'nebula.plugin-plugin' version '3.1.0' } If using an older version of Gradle @@ -31,7 +31,7 @@ If using an older version of Gradle buildscript { repositories { jcenter() } dependencies { - classpath 'com.netflix.nebula:nebula-plugin-plugin:3.0.5' + classpath 'com.netflix.nebula:nebula-plugin-plugin:3.1.0' } } @@ -40,6 +40,9 @@ If using an older version of Gradle Gradle Compatibility Tested --------------------------- +Built with Oracle JDK7 +Tested with Oracle JDK8 + | Gradle Version | Works | | -------------- | ----- | | 2.2.1 | yes |