You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2017/08/29 23:34:34 UTC

incubator-spot git commit: Create build.properties

Repository: incubator-spot
Updated Branches:
  refs/heads/master ebb564ed0 -> 744148f7f


Create build.properties

Adding build.properties so SBT resolves the required version of SBT first and then it's able to assembly.

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

Branch: refs/heads/master
Commit: 744148f7fb43a5ac0186ee5b33d3ec5e3a35c03a
Parents: ebb564e
Author: Ricardo Barona <ri...@intel.com>
Authored: Fri Aug 18 09:24:37 2017 -0500
Committer: natedogs911 <na...@gmail.com>
Committed: Tue Aug 29 16:33:17 2017 -0700

----------------------------------------------------------------------
 spot-ml/project/build.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/744148f7/spot-ml/project/build.properties
----------------------------------------------------------------------
diff --git a/spot-ml/project/build.properties b/spot-ml/project/build.properties
new file mode 100644
index 0000000..b9b73f4
--- /dev/null
+++ b/spot-ml/project/build.properties
@@ -0,0 +1 @@
+sbt.version = 0.13.11