shipkit
shipkit copied to clipboard
Toolkit for shipping it used by Mockito library
This fixes https://github.com/mockito/shipkit/issues/876 (GradlePortalReleasePlugin: Cannot add task 'validatePlugins' as a task with that name already exists)
Now that GitHub Actions is in beta and more people are getting access to it, it makes sense to broaden the compatible CI environments for ShipKit.
The repo is maven, and the name of the project is bootstrap -- I couldn't see download_file working until I switched these.
Hi, I am trying to use shipkit to setup our opensource project. I am just wondering if the shipkit will automatically tag and push to bintray after setup? I was...
This ticket is prescribe a clean solution for a Scala multi-variant project such as https://github.com/linkedin/isolation-forest. Currently, this project uses Shipkit but the setup is complex (multiple Travis CI stages, disabling...
https://github.com/mockito/shipkit/blob/fe138d17b136271584c85f058d78d7b410e33a7c/subprojects/shipkit/src/main/groovy/org/shipkit/internal/gradle/java/JavaLibraryPlugin.java#L42 LICENSE file at the root of the jar results in collisions when fat jar is generated (e.g. in case multiple dependencies have LICENSE at the top level). META-INF/LICENSE is...
GradlePortalReleasePlugin: Cannot add task 'validatePlugins' as a task with that name already exists
Shipkit produces an error when modern Gradle is used since Gradle's `validatePlugins` task conflicts with shipkit's one. https://github.com/mockito/shipkit/blob/d0dcd77ace3f0f59a8a2a9b30eeb7def8a87acfa/subprojects/shipkit/src/main/groovy/org/shipkit/internal/gradle/release/GradlePortalReleasePlugin.java#L54 https://github.com/mockito/shipkit/blob/98b9ff160ff73bf681b72baa6cad6ad99c8822ed/subprojects/shipkit/src/main/groovy/org/shipkit/internal/gradle/plugin/PluginValidationPlugin.java#L27 Does that mean the task should be renamed? Gradle's `ValidatePlugins` is...
Build fails due to upgrade downstream failure on code coverage check: Travis CI link: https://travis-ci.org/github/mockito/shipkit/builds/704857764#L1931 Error: ``` [upgradeDownstream] [performVersionUpgrade] > Exception happen while trying to merge pull request. Merge aborted....
I’m using shipkit for a Scala/Spark open source project (https://github.com/linkedin/isolation-forest). For every commit, I'd like to build this project multiple times with different dependencies (e.g. build with both Spark 2.3.0...
while using gradle 6.0-rc-1, see ``` The baseName property has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the archiveBaseName property instead. at org.gradle.api.tasks.bundling.AbstractArchiveTask.getBaseName(AbstractArchiveTask.java:220) at...