Skip to content

Commit

Permalink
Merge pull request #337 from mockito/fix-build
Browse files Browse the repository at this point in the history
Fixed the build
  • Loading branch information
mockitoguy authored Dec 30, 2020
2 parents 9bb07e2 + a7580d6 commit 1a55341
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/shipkit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "org.shipkit.shipkit-gh-release"

tasks.named("generateChangelog") {
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
readOnlyToken = System.getenv("GITHUB_TOKEN")
githubToken = System.getenv("GITHUB_TOKEN")
repository = "mockito/mockito-scala"
}

Expand All @@ -13,7 +13,8 @@ tasks.named("githubRelease") {
dependsOn genTask
repository = genTask.repository
changelog = genTask.outputFile
writeToken = System.getenv("GITHUB_TOKEN")
githubToken = System.getenv("GITHUB_TOKEN")
newTagRevision = System.getenv("GIT_SHA")
}

apply plugin: 'com.jfrog.bintray'
Expand Down

0 comments on commit 1a55341

Please sign in to comment.