-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remoe SBT-Release process, not adapted to client/server mixed repository
- Loading branch information
1 parent
702ebcf
commit 15905c8
Showing
4 changed files
with
1 addition
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ import com.typesafe.sbt.packager.MappingsHelper.directory | |
lazy val root = (project in file(".")) | ||
.settings( | ||
name := "mocky-2020", | ||
version in ThisBuild := "3.0.0", | ||
scalaVersion := "2.13.2", | ||
maintainer := "[email protected]", | ||
resolvers += Resolver.bintrayRepo("tabmo", "maven"), | ||
|
@@ -28,7 +29,3 @@ lazy val root = (project in file(".")) | |
|
||
// Automatically reload project when build files are modified | ||
Global / onChangedBuildSource := ReloadOnSourceChanges | ||
|
||
// Customize the sbt-release steps to follow gitflow process | ||
releaseProcess := SbtReleaseProcess.steps | ||
releaseIgnoreUntrackedFiles := true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.