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),
|
pomIncludeRepository := Function.const(false),
|
||||||
scmInfo := Some(
|
scmInfo := Some(
|
||||||
ScmInfo(
|
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"
|
s"git@git.garrity.co:garrity-software/$ProjectName.git"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
description := Description,
|
description := Description,
|
||||||
licenses := List(
|
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(
|
homepage := Some(
|
||||||
url(s"https://git.garrity.co/garrity-software/$ProjectName")
|
uri(s"https://git.garrity.co/garrity-software/$ProjectName")
|
||||||
),
|
),
|
||||||
publishTo := {
|
publishTo := {
|
||||||
val repo = "https://maven.garrity.co/"
|
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.charset.StandardCharsets
|
||||||
import java.nio.file.Files
|
import java.nio.file.Files
|
||||||
import java.nio.file.Paths
|
import java.nio.file.Paths
|
||||||
import sbt._
|
import sbt.*
|
||||||
import sbt.Keys._
|
import sbt.Keys.*
|
||||||
|
|
||||||
object GsPlugin extends AutoPlugin:
|
object GsPlugin extends AutoPlugin:
|
||||||
override def trigger = allRequirements
|
override def trigger = allRequirements
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue