Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
added base url
  • Loading branch information
importre committed Feb 16, 2016
1 parent da4bdf2 commit 298e4a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -26,7 +26,7 @@ buildscript {
dependencies {
...
classpath 'co.riiid:gradle-github-plugin:0.3.1'
classpath 'co.riiid:gradle-github-plugin:0.4.0'
...
}
}
Expand All @@ -43,7 +43,7 @@ apply plugin: 'co.riiid.gradle'

```groovy
plugins {
id "co.riiid.gradle" version "0.3.1"
id "co.riiid.gradle" version "0.4.0"
}
```

Expand All @@ -53,6 +53,7 @@ Add `github` configuration and set properties if you've done with 1 or 2.
### Supported Properties
Name | Type | Description
--- | --- | ---
baseUrl | String | *Optional.* The URL of Github. You can change this url as yours if you use Github Enterprise. (Default: https://api.github.com)
owner | String | *Required.* The id of your Github.
repo | String | *Required.* The name of your Github's repository.
token | String | *Required.* Github access token. Generate yours in [Settings/Tokens][settings_tokens]
Expand Down

0 comments on commit 298e4a4

Please sign in to comment.