Spacing cleanup.
This commit is contained in:
parent
8aaf9f1246
commit
bbbe8930a7
2 changed files with 5 additions and 5 deletions
|
@ -5,9 +5,9 @@ Some very basic instructions:
|
|||
```
|
||||
{ clone with git or download the ZIP }
|
||||
git clone git://github.com/ethauvin/mobibot.git
|
||||
|
||||
|
||||
cd mobibot
|
||||
|
||||
|
||||
{ build with gradle }
|
||||
./gradlew
|
||||
|
||||
|
@ -15,7 +15,7 @@ Some very basic instructions:
|
|||
|
||||
{ configure the properties }
|
||||
vi *.properties
|
||||
|
||||
|
||||
{ help }
|
||||
java -jar mobibot.jar -h
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ dependencies {
|
|||
compile 'net.sf.delicious-java:delicious:1.14'
|
||||
|
||||
compile files('lib/owm-japis-2.5.0.5.jar')
|
||||
|
||||
|
||||
compileOnly 'net.thauvin.erik:semver:0.9.6-beta'
|
||||
}
|
||||
|
||||
|
@ -142,6 +142,6 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) {
|
|||
doLast {
|
||||
group = 'Publishing'
|
||||
description = 'Releases new version.'
|
||||
isRelease = true
|
||||
isRelease = true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue