Skip to content

Commit

Permalink
Replace mavenLocal to our temporary GitHub Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren committed Aug 28, 2024
1 parent 5dd1892 commit 2b3fac7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Add any additional repositories for your dependencies here.

repositories {
mavenLocal()
maven {
url "https://github.com/ElytraServers/ElytraMavenRepository/raw/master/"
}
// mavenLocal()
}

0 comments on commit 2b3fac7

Please sign in to comment.