mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

Make shipkit gradle 4.8 ready #728

Closed epeee closed 6 years ago

epeee commented 6 years ago

fixes #727

I did some local testing (up to now just dryRun=true tests) using Gradle 4.8.1 and the version of the plugin provided in this pr:

Gradle Bintray Plugin version: 1.8.3 Uploading to https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14-sources.jar... (Dry run) Uploaded to 'https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14-sources.jar'. Uploading to https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14-javadoc.jar... (Dry run) Uploaded to 'https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14-javadoc.jar'. Uploading to https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14.jar... (Dry run) Uploaded to 'https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14.jar'. Uploading to https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14.pom... (Dry run) Uploaded to 'https://api.bintray.com/content/shipkit/examples/basic/0.16.14/org/mockito/shipkit-example/impl/0.16.14/impl-0.16.14.pom'. :impl:bintrayUpload (Thread[Task worker for ':' Thread 3,5,main]) completed. Took 0.012 secs. :bintrayUpload (Thread[Task worker for ':' Thread 3,5,main]) started.

> Task :bintrayUpload SKIPPED Skipping task ':bintrayUpload' as task onlyIf is false. :bintrayUpload (Thread[Task worker for ':' Thread 3,5,main]) completed. Took 0.0 secs. :bintrayPublish (Thread[Task worker for ':' Thread 3,5,main]) started.

> Task :bintrayPublish Task ':bintrayPublish' is not up-to-date because: Task has not declared any outputs despite executing actions. (Dry run) Signed version 'shipkit/examples/basic/0.16.14'. (Dry run) Published version 'shipkit/examples/basic/0.16.14'. (Dry run) Signed version 'shipkit/examples/basic/0.16.14'. (Dry run) Published version 'shipkit/examples/basic/0.16.14'. :bintrayPublish (Thread[Task worker for ':' Thread 3,5,main]) completed. Took 0.0 secs.

mockitoguy commented 6 years ago

Absolutely! Thank you for unblocking JUnit5 efforts!