sbt / sbt-ghpages

git, site and ghpages support for sbt projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sbt-ghpages conflict with sbt-ci-release plugin due to sbt-git uncompatible version

RustedBones opened this issue · comments

sbt-ci-release v1.5.11 moved to sbt-git 2.0.0 which is published under another org

com.typesafe.sbt.GitPlugin > com.github.sbt.GitPlugin

Currently it creates keys conflict:

[error] Some keys were defined with the same name but different types: 'gitReader' (com.typesafe.sbt.git.ReadableGit, com.github.sbt.git.ReadableGit), 'gitRunner' (sbt.Task[com.typesafe.sbt.git.GitRunner], sbt.Task[com.github.sbt.git.GitRunner])

sbt-ghpages needs a new release containing 09aa28a so we can use both plugins togethed

maybe @xuwei-k since you did the last releases ?

I think we should change groupId to com.github.sbt from com.typesafe.sbt and publish to maven central by sbt-ci-release like another plugins.

@eed3si9n Could you set credentials? 🙏

https://github.com/sbt/sbt-ghpages/settings/secrets/actions

Sorry about the delay. The credentials are now set.

Thanks!. I'll change build settings and release new version.

0.7.0 released