commit | 42c38cf357f6f566daf6489569a1d627a6afcc84 | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Tue Apr 05 17:05:57 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Apr 06 00:46:07 2016 +0000 |
tree | 76b0d8bf7c36de7dc760fc655f31093ab29292b9 | |
parent | 38e60a0062788439dd5cf4f987d59e70fb260b52 [diff] [blame] |
Updating buck to build OSGi JARs Includes: OSGiWrapper to wrap Buck JARs - cfgdef file support - WAR file generation support Adding checkstyle support Change-Id: Ia25c41f945980e4b94ad5a8bd161328fa5f79c27
diff --git a/.buckconfig b/.buckconfig index 3270c10..2dc3441 100644 --- a/.buckconfig +++ b/.buckconfig
@@ -5,3 +5,6 @@ source_level = 8 target_level = 8 +[download] + maven_repo = https://repo1.maven.org/maven2 + in_build = true