-
Notifications
You must be signed in to change notification settings - Fork 210
Conversation
Can one of the admins review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good so far.
Can't currently test it because bintray have some API issues.. Will test it soon 👍
ok to test |
ETA on merging this? I need this functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we document this addition in documentation or a sample?
@@ -21,6 +21,7 @@ class BintrayConfiguration { | |||
key = propertyFinder.getBintrayKey() | |||
publish = extension.autoPublish | |||
dryRun = propertyFinder.getDryRun() | |||
override = propertyFinder.getOverride() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR but why don't we have just propertyFinder.override
instead of the getter. It would look little bit nicer.
We haven't a real documentatiom yet. The only thing what exist is the wiki. But there you can't find anything about our properties. |
@tasomaniac can we please merge that, it looks good so far. |
ok to test |
closes #104
I created a fork of bintray-release just for using
-Poverride=true
in my private project, and found it works well as expected.Could you add this feature if you like?