Base SBT plugin for Garrity Software projects.
Find a file
2024-01-12 22:31:52 -06:00
project Baseline plugin version. 2024-01-12 22:23:04 -06:00
src/main/scala/gs Baseline plugin version. 2024-01-12 22:23:04 -06:00
.gitignore Baseline plugin version. 2024-01-12 22:23:04 -06:00
.pre-commit-config.yaml Baseline plugin version. 2024-01-12 22:23:04 -06:00
.scalafmt.conf Baseline plugin version. 2024-01-12 22:23:04 -06:00
build.sbt Baseline plugin version. 2024-01-12 22:23:04 -06:00
LICENSE Baseline plugin version. 2024-01-12 22:23:04 -06:00
README.md Updating th README. 2024-01-12 22:31:52 -06:00

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

resolvers += "Garrity Software Releases" at "https://maven.garrity.co/gs"

addSbtPlugin("gs" % "sbt-garrity-software" % "0.1.0")

File: build.sbt

ThisBuild / gsProjectName := "project-name"