Skip to content

Commit

Permalink
Adjust data for publishing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Oct 25, 2023
1 parent 1583f95 commit b8b87f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ def publishVersion0 = T {
.stripPrefix("v")
}

def ghOrg = "scala-cli"
def ghOrg = "VirtusLab"
def ghName = "java-class-name"
trait JavaClassNamePublishModule extends PublishModule {
import mill.scalalib.publish._
def pomSettings = PomSettings(
description = artifactName(),
organization = "io.github.alexarchambault.scala-cli",
organization = "org.virtuslab.scala-cli.java-class-name",
url = s"https://github.com/$ghOrg/$ghName",
licenses = Seq(License.`Apache-2.0`),
versionControl = VersionControl.github(ghOrg, ghName),
Expand Down

0 comments on commit b8b87f5

Please sign in to comment.