Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Add "${rootProjectDir}/.repository" to repositories
Browse files Browse the repository at this point in the history
this should fix CodeMC
  • Loading branch information
Ivan Pekov committed Jan 22, 2021
1 parent dfa3455 commit ecf1662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ subprojects {
maven("https://libraries.minecraft.net")
maven("https://repo.codemc.io/repository/maven-public/")
mavenLocal()
maven("${rootProjectDir}/.repository")
}

java {
Expand Down

0 comments on commit ecf1662

Please sign in to comment.