Skip to content

Commit

Permalink
Remove .sbt check
Browse files Browse the repository at this point in the history
  • Loading branch information
bpitman committed Jul 15, 2015
1 parent d5a3ddd commit 51545e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ license:
get-ivy-cache:
stty cols 5000
which java
find ${WORKSPACE:-$HOME}/.sbt
#find ${WORKSPACE:-$HOME}/.sbt
#$(SBT) --version
curl -L $(IVY_CACHE_URL) -o $(HOME)/ivy.tar.gz
tar -C $(HOME) -xzf $(HOME)/ivy.tar.gz
2 changes: 2 additions & 0 deletions project/Bintray.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ object Bintray {
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
credentials += Credentials("Artifactory Realm", "oss.jfrog.org", user, pass),

/**
publishTo := {
if (isSnapshot.value)
Some("OJO" at s"https://oss.jfrog.org/oss-snapshot-local;build.timestamp=${now}/")
else
publishTo in bintray value
//Some("bintray" at s"https://api.bintray.com/${bintrayOrganization.value.get}/${bintrayRepository.value}/")
},
*/

storeBintrayCredentials := {
IO.write(bintrayCredentialsFile.value, api.template(user, pass))
Expand Down

0 comments on commit 51545e0

Please sign in to comment.