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 157c36f commit 37eb714
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 @@ -101,6 +101,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 37eb714

Please sign in to comment.