Skip to content

Commit

Permalink
Use correct keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Aug 14, 2015
1 parent f66398c commit 050b7a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.3 / 2015-08-14
==================

* Use correct keys for plugins.gradle.org

3.0.2 / 2015-08-14
==================

Expand Down
4 changes: 2 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.2'
id 'nebula.plugin-plugin' version '3.0.3'
}

If using an older version of Gradle

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

Expand Down
Binary file modified gradle.properties.enc
Binary file not shown.

0 comments on commit 050b7a5

Please sign in to comment.