From bbbe8930a76cf061f27314f79c340d6adb21648d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 2 Apr 2017 23:19:19 -0700 Subject: [PATCH] Spacing cleanup. --- README.md | 6 +++--- build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18969f5..077ae76 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 3a00d21..69a9de8 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } } \ No newline at end of file