-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme and deployment #74
Conversation
bret-fears
commented
Mar 28, 2017
- Add bintray deployment options for jcenter
- Include repo location for bintray in readme
93f6a9a
to
4fba6b1
Compare
README.md
Outdated
@@ -16,6 +16,12 @@ Spruce is a lightweight animation library that helps choreograph the animations | |||
Add the following to your project's build.gradle file | |||
|
|||
``` | |||
repositories { | |||
maven { | |||
url "http://willowtreeapps.bintray.com/maven2" |
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.
isn't jcenter()
good enough?
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.
I thought so but... the setup had me create a repo which was a little weird.
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.
If jcenter doesn't work that kinda defeats the purpose of uploading it to bintray
lib/build.gradle
Outdated
//Properties properties = new Properties() | ||
//properties.load(project.rootProject.file('local.properties').newDataInputStream()) | ||
// | ||
//bintray { |
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.
why is this commented out?
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.
it's pulling from local.properties which is ignored for configuration purposes. I'd rather it not be commented but I don't wanna have a stub local.properties either.
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.
why local.properties instead of putting it in your ~/.gradle/gradle.properties
? You can just wrap with an if block that checks if the props exist.
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.
good idea!
ea22c04
to
d6bc13d
Compare
e26d1db
to
c2ec732
Compare
- Add bintray deployment options for jcenter - Include repo location for bintray in readme
c2ec732
to
0b2d02c
Compare