You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/07/07 23:00:12 UTC

[2/3] incubator-freemarker git commit: Build: Allowed using local Maven repo and Apache snapshot repo (as far as we are in this early stage at least).

Build: Allowed using local Maven repo and Apache snapshot repo (as far as we are in this early stage at least).


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/a0bc242f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/a0bc242f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/a0bc242f

Branch: refs/heads/3
Commit: a0bc242fb6c52958c903ff88f37431df72c4fb87
Parents: 8be70ea
Author: ddekany <dd...@apache.org>
Authored: Sat Jul 8 00:59:12 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Sat Jul 8 00:59:12 2017 +0200

----------------------------------------------------------------------
 build.gradle | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/a0bc242f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 8c566af..b5e545b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -200,8 +200,13 @@ subprojects {
     // TODO Ensure that JUnit tests run on Java 7, except for the modules that were made for later versions.
 
     repositories {
-        // mavenLocal()
+        mavenLocal()
         mavenCentral()
+
+        // This is only needed temporarily (remove before first stable release):
+        maven {
+            url "https://repository.apache.org/content/repositories/snapshots"
+        }
     }
     
     // Dependencies used in all subprojects: