Skip to content

Commit

Permalink
Updated readme and added default empty bintray properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjstehno committed Mar 17, 2014
1 parent 2bdbc45 commit b87d257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ A Gradle plugin to aid in working with Java-based project that provide supportin

## Installation

Currently there is no public repository for this plugin so it must be built and installed on a known repo. To build and install it in your local repo:

`gradle clean build install`

And then you can add the following to your project build file to load the plugin:
To add the plugin to your project, add the following to your `build.gradle` file (or update the `buildscript` block if it already exists):

```groovy
buildscript {
repositories {
mavenLocal()
maven {
url 'http://dl.bintray.com/cjstehno/public/'
}
}
dependencies {
Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
group=gradle-natives
version=0.1
version=0.1

bintray-user=
bintray-key=

0 comments on commit b87d257

Please sign in to comment.