-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Janusz
committed
Mar 18, 2023
1 parent
9fc40dc
commit 7e9fce3
Showing
4 changed files
with
59 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Global / excludeLintKeys += ideBasePackages | |
|
||
inThisBuild(Seq( | ||
organization := "com.github.ghik", | ||
homepage := Some(url("https://github.com/ghik/plainsbt")), | ||
homepage := Some(url("https://github.com/ghik/sbt-nosbt")), | ||
|
||
githubWorkflowTargetTags ++= Seq("v*"), | ||
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17")), | ||
|
@@ -22,7 +22,7 @@ inThisBuild(Seq( | |
lazy val root = project.in(file(".")) | ||
.enablePlugins(SbtPlugin) | ||
.settings( | ||
name := "plainsbt", | ||
name := "sbt-nosbt", | ||
pluginCrossBuild / sbtVersion := { | ||
scalaBinaryVersion.value match { | ||
case "2.12" => "1.8.0" | ||
|
@@ -41,17 +41,17 @@ lazy val root = project.in(file(".")) | |
projectInfo := ModuleInfo( | ||
nameFormal = "PlainSBT", | ||
description = "SBT plugin for organizing your build into plain Scala files", | ||
homepage = Some(url("https://github.com/ghik/plainsbt")), | ||
homepage = Some(url("https://github.com/ghik/sbt-nosbt")), | ||
startYear = Some(2023), | ||
licenses = Vector( | ||
"Apache License, Version 2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0") | ||
), | ||
organizationName = "ghik", | ||
organizationHomepage = Some(url("https://github.com/ghik")), | ||
scmInfo = Some(ScmInfo( | ||
browseUrl = url("https://github.com/ghik/plainsbt.git"), | ||
connection = "scm:git:[email protected]:ghik/plainsbt.git", | ||
devConnection = Some("scm:git:[email protected]:ghik/plainsbt.git") | ||
browseUrl = url("https://github.com/ghik/sbt-nosbt.git"), | ||
connection = "scm:git:[email protected]:ghik/sbt-nosbt.git", | ||
devConnection = Some("scm:git:[email protected]:ghik/sbt-nosbt.git") | ||
)), | ||
developers = Vector( | ||
Developer("ghik", "Roman Janusz", "[email protected]", url("https://github.com/ghik")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...m/github/ghik/plainsbt/ProjectGroup.scala → .../github/ghik/sbt/nosbt/ProjectGroup.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters