Skip to content

Commit

Permalink
Make use of shipkit v2.1.0
Browse files Browse the repository at this point in the history
After this update the site:
https://github.com/mockito/mockito/releases
will be updated by Shipkit
  • Loading branch information
mstachniuk committed Feb 20, 2019
1 parent 41c5606 commit 866c5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.6'

//Using buildscript.classpath so that we can resolve shipkit from maven local, during local testing
classpath 'org.shipkit:shipkit:2.0.28'
classpath 'org.shipkit:shipkit:2.1.0'
}
}

Expand Down Expand Up @@ -110,7 +110,7 @@ subprojects {
name = rootProject.name + '-' + project.name
}
}

afterEvaluate {
def lib = publishing.publications.javaLibrary
if(lib && !lib.artifactId.startsWith("mockito-")) {
Expand Down

0 comments on commit 866c5d2

Please sign in to comment.