Skip to content

version given as non-existent even though it exists #1972

Answered by SquidDev
AugustoMegener asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like you're missing the repository declaration. You'll also need to add the following to your build.gradle file:

repositories {
  maven {
    url "https://maven.squiddev.cc"
    content {
      includeGroup("cc.tweaked")
    }
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SquidDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1971 on September 11, 2024 05:30.