Skip to content

Commit

Permalink
RELEASE cry havoc and let slip the dogs of war (linkedin#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
radai-rosenblatt authored and smccauliff committed Jul 19, 2017
1 parent be33bfe commit b7ca87b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
key: dependency-cache-{{ checksum "build.gradle" }}
paths:
- ~/.gradle/caches
- ~/.gradle/wrapper
- ~/.gradle/wrapper/dists
- run:
command: ./gradlew clean build
- run:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.0.5-SNAPSHOT
version=0.0.5
org.gradle.daemon=false
org.gradle.parallel=false
org.gradle.jvmargs=-Xms512m -Xmx512m
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ pluginManagement {
maven { url 'https://dl.bintray.com/ethankhall/crom/' }
maven { url 'https://dl.bintray.com/ethankhall/gradle-plugins/' }
}
}
}


0 comments on commit b7ca87b

Please sign in to comment.