updates
This commit is contained in:
parent
06280e8ed3
commit
02e6884d37
3 changed files with 6 additions and 6 deletions
|
|
@ -22,16 +22,16 @@ lazy val publishSettings = Seq(
|
|||
pomIncludeRepository := Function.const(false),
|
||||
scmInfo := Some(
|
||||
ScmInfo(
|
||||
url(s"https://git.garrity.co/garrity-software/$ProjectName"),
|
||||
uri(s"https://git.garrity.co/garrity-software/$ProjectName"),
|
||||
s"git@git.garrity.co:garrity-software/$ProjectName.git"
|
||||
)
|
||||
),
|
||||
description := Description,
|
||||
licenses := List(
|
||||
"MIT" -> url(s"https://git.garrity.co/garrity-software/$ProjectName/LICENSE")
|
||||
"MIT" -> uri(s"https://git.garrity.co/garrity-software/$ProjectName/LICENSE")
|
||||
),
|
||||
homepage := Some(
|
||||
url(s"https://git.garrity.co/garrity-software/$ProjectName")
|
||||
uri(s"https://git.garrity.co/garrity-software/$ProjectName")
|
||||
),
|
||||
publishTo := {
|
||||
val repo = "https://maven.garrity.co/"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sbt.version=2.0.1
|
||||
sbt.version=2.0.3
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ package gs
|
|||
import java.nio.charset.StandardCharsets
|
||||
import java.nio.file.Files
|
||||
import java.nio.file.Paths
|
||||
import sbt._
|
||||
import sbt.Keys._
|
||||
import sbt.*
|
||||
import sbt.Keys.*
|
||||
|
||||
object GsPlugin extends AutoPlugin:
|
||||
override def trigger = allRequirements
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue