Skip to content

Commit

Permalink
Fix build: Include forge maven repository
Browse files Browse the repository at this point in the history
NeoGradle doesn't include it by default
  • Loading branch information
Barteks2x committed Aug 5, 2023
1 parent e1461b9 commit 5475b0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ configurations {

repositories {
mavenCentral()
maven {
setUrl("https://files.minecraftforge.net/maven/")
}
maven {
setUrl("https://oss.sonatype.org/content/repositories/public/")
}
Expand Down

0 comments on commit 5475b0d

Please sign in to comment.