Skip to content

Commit

Permalink
updated net.wooga.plugins to 2.1.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquimmnetto committed May 17, 2021
1 parent 87ecfaa commit 9d38ef5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@
*
*/

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 All @@ -39,6 +45,7 @@ pluginBundle {
github {
repositoryName = "wooga/atlas-github-release-notes"
}

dependencies {
testCompile "org.ajoberstar:grgit:1.7.2"
testCompile'com.wooga.spock.extensions:spock-github-extension:0.1.2'
Expand Down

0 comments on commit 9d38ef5

Please sign in to comment.