Skip to content

Commit

Permalink
Update usage and compatibility docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Aug 21, 2015
1 parent 04c46c6 commit 90e5931
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ 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

buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.netflix.nebula:nebula-plugin-plugin:3.0.5'
classpath 'com.netflix.nebula:nebula-plugin-plugin:3.1.0'
}
}

Expand All @@ -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 |
Expand Down

0 comments on commit 90e5931

Please sign in to comment.