Skip to content

Commit

Permalink
updated inner plugins.plugin vertion to 2.1.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquimmnetto committed May 18, 2021
1 parent a0fcd89 commit 3fc0494
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@
* limitations under the License.
*/

buildscript {
repositories {
mavenCentral()
}
}

plugins {
id 'net.wooga.plugins' version '2.0.0'
id 'net.wooga.plugins' version '2.1.1-rc.1'
}

group 'net.wooga.gradle'
Expand Down
2 changes: 0 additions & 2 deletions src/main/groovy/wooga/gradle/plugins/PluginsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ import wooga.gradle.githubReleaseNotes.GithubReleaseNotesPlugin
import wooga.gradle.githubReleaseNotes.tasks.GenerateReleaseNotes
import wooga.gradle.plugins.releasenotes.ReleaseNotesStrategy

//import wooga.gradle.githubReleaseNotes.GithubReleaseNotesPlugin

import java.util.concurrent.Callable

/**
Expand Down

0 comments on commit 3fc0494

Please sign in to comment.