summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-04 11:47:04 -0700
committerRocky Madden <git@rockymadden.com>2013-01-04 11:47:04 -0700
commitf7658df9e9f0042e99c059448beeb3fc4a6142bf (patch)
tree04d45e1ae919512be924c05b2903671ae05ad74c /build.gradle
parentdc658c94395de615ab1882780a891b56a5cd4418 (diff)
downloadstringmetric-f7658df9e9f0042e99c059448beeb3fc4a6142bf.tar.gz
stringmetric-f7658df9e9f0042e99c059448beeb3fc4a6142bf.tar.bz2
stringmetric-f7658df9e9f0042e99c059448beeb3fc4a6142bf.zip
Moved project from Eclipse to IDEA.
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e4f926a..4f1c737 100755
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,9 @@ ext.scm = 'scm:git@github.com:rockymadden/stringmetric.git'
ext.url = 'https://github.com/rockymadden/stringmetric/'
allprojects {
+ apply plugin: 'idea'
+
repositories {
mavenCentral()
}
-} \ No newline at end of file
+}