18 lines
373 B
Markdown
18 lines
373 B
Markdown
# gs-sbt-plugin
|
|
|
|
General SBT plugin for Garrity Software projects. This plugin should not be used
|
|
for non-GS projects.
|
|
|
|
## Usage
|
|
|
|
**File: project/plugins.sbt**
|
|
```scala
|
|
resolvers += "Garrity Software Releases" at "https://maven.garrity.co/gs"
|
|
|
|
addSbtPlugin("gs" % "gs-sbt-plugin" % "0.1.0")
|
|
```
|
|
|
|
**File: build.sbt**
|
|
```scala
|
|
ThisBuild / gsProjectName := "project-name"
|
|
```
|