diff --git a/build.gradle b/build.gradle index 5b44f79..5a6191f 100644 --- a/build.gradle +++ b/build.gradle @@ -43,12 +43,12 @@ pluginBundle { } github { - repositoryName = "wooga/atlas-github-release-notes" + repositoryName.value "wooga/atlas-github-release-notes" } dependencies { testCompile "org.ajoberstar:grgit:1.7.2" - testCompile'com.wooga.spock.extensions:spock-github-extension:0.1.2' + testCompile'com.wooga.spock.extensions:spock-github-extension:[0.1.2, 0.2)' compile 'com.wooga.github:github-changelog-lib:[0.4.2, 0.5)' compile "gradle.plugin.net.wooga.gradle:atlas-github:[2,3)" }