Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Move more publishing definitions into commonSettings.
Browse files Browse the repository at this point in the history
This should have been part of PR #194.
  • Loading branch information
ucbjrl committed Jun 6, 2016
1 parent 63fe683 commit b365a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ site.includeScaladoc()
ghpages.settings

lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.0",
git.remoteRepo := "[email protected]:ucb-bar/chisel3.git",
scalaVersion := "2.11.7"
)

lazy val chiselSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.0",
name := "Chisel3",
git.remoteRepo := "[email protected]:ucb-bar/chisel3.git",

publishMavenStyle := true,
publishArtifact in Test := false,
Expand Down

0 comments on commit b365a8c

Please sign in to comment.