sbt-garrity-software/README.md
2025-07-27 21:14:50 -05:00

24 lines
457 B
Markdown

# sbt-garrity-software
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" % "sbt-garrity-software" % "0.4.0")
```
**File: build.sbt**
```scala
ThisBuild / gsProjectName := "project-name"
```
## Publishing
```
sbt -Dversion=$VERSION -Drelease=true publish
```