Skip to content

Commit

Permalink
refactor(build): generic raw-labs GHCR resolver (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori authored Oct 8, 2024
1 parent 498d73b commit 153f13f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ ThisBuild / credentials += Credentials(
"raw-labs",
sys.env.getOrElse("GITHUB_TOKEN", "")
)
ThisBuild / resolvers += "Github RAW snapi repo" at "https://maven.pkg.github.com/raw-labs/snapi"
ThisBuild / resolvers += "Github RAW kiama repo" at "https://maven.pkg.github.com/raw-labs/kiama"
ThisBuild / resolvers += "RAW Labs GitHub Packages" at "https://maven.pkg.github.com/raw-labs/_"

ThisBuild / javaHome := {
val javaHomePath = sys.env.getOrElse("JAVA_HOME", sys.props("java.home"))
Expand Down

0 comments on commit 153f13f

Please sign in to comment.