This repository was archived by the owner on Dec 7, 2019. It is now read-only.
Modernization and adb deletion helpers#28
Open
trevjonez wants to merge 4 commits intogojuno:masterfrom
Open
Conversation
update spek to 2.0.5 update rxjava to 2.2.10 remove dependencies.gradle in favor of transitive + top level configuration (less duplication & indirection) update publishing configuration with recent DSL update publishing to use name/group/version conventions of gradle (composite build support) remove versions plugin, small dependency list makes it superfluous add deleteFile adb command add deleteFolder adb command
more property/publishing adjustments for composite build support
…e "minor" version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry for the PR bomb, just trying to get some tickets going on the composer repo since they are now bubbling up to the gradle plugin repo as development seems to have slowed on commander/composer.
this is in support of:
gojuno/composer#16
gojuno/composer#150
gojuno/composer#160
trevjonez/composer-gradle-plugin#48
I've got a branch on composer that already consumes these changes and passes all tests running directly in macOs. (docker image has gone stale it seems, 404 errors on me)