merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 22 Jul 2014 00:37:18 +0300
changeset 701 4eb576174f8c
parent 699 0a3d5a4d5f74 (current diff)
parent 700 45c5d320d322 (diff)
child 702 256fe94759e8
merged
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gradle/init.d/mavenLocal.gradle	Tue Jul 22 00:37:18 2014 +0300
@@ -0,0 +1,20 @@
+allprojects { project ->
+    buildscript {
+        if( !project.hasProperty('skipMavenLocal') ) {
+            repositories {
+                println "Adding buildscript mavenLocal()"
+                mavenLocal()
+            }
+            configurations.all {
+                resolutionStrategy.cacheChangingModulesFor 0, 'hours'
+            }
+        }
+    }
+
+    if( !project.hasProperty('skipMavenLocal') ) {
+        repositories {
+            println "Adding mavenLocal()"
+            mavenLocal()
+        }
+    }
+}
--- a/Makefile	Mon Jul 21 19:34:08 2014 +0300
+++ b/Makefile	Tue Jul 22 00:37:18 2014 +0300
@@ -43,8 +43,8 @@
     .fvwm .xxkbrc .xmodmaprc .stalonetrayrc \
     .inputrc .minttyrc .Xdefaults .xinitrc .xserverrc .screenrc .dircolors \
     .env .bashrc .bash_completion .bash_completion.d .zshrc .vimrc .ssh \
-    .pylintrc .pystartup .tclshrc .npmrc \
-    .guile \
+    .pylintrc .pystartup .tclshrc .npmrc .guile \
+    .gradle \
     .sqshrc \
     .signature .muttrc .tidy \
     .dictrc \