Skip to content

Commit

Permalink
Specify repositories explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent de4732e commit 36030ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ allprojects {
repoName.set("resource")
}
}

repositories {
maven("https://artifacts.metaborg.org/content/groups/public/")
mavenCentral()
}
}
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rootProject.name = "resource.root"
pluginManagement {
repositories {
maven("https://artifacts.metaborg.org/content/groups/public/")
mavenCentral()
}
}

Expand Down

0 comments on commit 36030ee

Please sign in to comment.