shipkit
shipkit copied to clipboard
Toolkit for shipping it used by Mockito library
This is a draft pullrequest, it is just a small idea, i wanted to challenge first, before investing more time into this. #842 ## Refactoring TravisPlugin to generic Ci plugin...
I'm interested in feature that allows to add files to GH releases, i.e. [this release](https://github.com/mockito/shipkit/releases/tag/v2.2.5) has attached source code (zip and tar), but if you, as a owner of this...
Hi folks! I'm a contributor to [JUnit Pioneer](https://github.com/junit-pioneer/junit-pioneer) (which uses Shipkit) and some time ago I've opened [this PR](https://github.com/junit-pioneer/junit-pioneer/pull/151) adding a GitHub release provider to the Travis config because releases...
```groovy def gradlePluginJar = tasks.getByPath(':gradle-plugin:jar') gradlePluginJar.getArchiveClassifier().set("gradle-plugin") artifacts { add("archives", gradlePluginJar) } ``` Causes a failure https://travis-ci.com/MinimallyCorrect/Mixin/jobs/277408476 : ``` org.gradle.api.publish.maven.InvalidMavenPublicationException: Invalid publication 'javaLibrary': POM file is invalid. Check any modifications you...
Hello, I am trying to run the above gradle command to skip the compare publication and should release the to bintray however it seems like it still compare with latest...
If you use the suggested way to configure the shipkit java and javadoc plugins, they get applied in the wrong order. ``` plugins { id 'java' id 'org.shipkit.java' version '2.2.2'...
https://travis-ci.org/mockito/mockito/jobs/542208671#L2027 ``` [performRelease] > Task :updateReleaseNotesOnGitHub FAILED [performRelease] Building new release notes based on /home/travis/build/mockito/mockito/doc/release-notes/official.md [performRelease] POST /repos/mockito/mockito/releases [performRelease] [performRelease] > Task :junit-jupiter:bintrayUpload [performRelease] Uploaded to 'https://api.bintray.com/content/mockito/maven/mockito-development/3.0.0/org/mockito/mockito-junit-jupiter/3.0.0/mockito-junit-jupiter-3.0.0.pom'. [performRelease] [performRelease] >...
It happened in Mockito to sync only some of the artifacts to Maven Central - https://github.com/mockito/mockito/issues/1721. I would expect to have the sync between Bintray and Maven Central atomic (i.e....
Cloning Javadoc repo is slow. Can we do shallow clone? @mstachniuk, thoughts?