Spacing cleanup.

This commit is contained in:
Erik C. Thauvin 2017-04-02 23:19:19 -07:00
parent 8aaf9f1246
commit bbbe8930a7
2 changed files with 5 additions and 5 deletions

View file

@ -5,9 +5,9 @@ Some very basic instructions:
``` ```
{ clone with git or download the ZIP } { clone with git or download the ZIP }
git clone git://github.com/ethauvin/mobibot.git git clone git://github.com/ethauvin/mobibot.git
cd mobibot cd mobibot
{ build with gradle } { build with gradle }
./gradlew ./gradlew
@ -15,7 +15,7 @@ Some very basic instructions:
{ configure the properties } { configure the properties }
vi *.properties vi *.properties
{ help } { help }
java -jar mobibot.jar -h java -jar mobibot.jar -h

View file

@ -73,7 +73,7 @@ dependencies {
compile 'net.sf.delicious-java:delicious:1.14' compile 'net.sf.delicious-java:delicious:1.14'
compile files('lib/owm-japis-2.5.0.5.jar') compile files('lib/owm-japis-2.5.0.5.jar')
compileOnly 'net.thauvin.erik:semver:0.9.6-beta' compileOnly 'net.thauvin.erik:semver:0.9.6-beta'
} }
@ -142,6 +142,6 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) {
doLast { doLast {
group = 'Publishing' group = 'Publishing'
description = 'Releases new version.' description = 'Releases new version.'
isRelease = true isRelease = true
} }
} }