Skip to content

Commit

Permalink
Don't specify repositories explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 16, 2024
1 parent 9c3cc3f commit 44bac60
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class SettingsConventionPlugin: Plugin<Settings> {

// This allows us to use the catalog in dependencies
dependencyResolutionManagement {
repositories {
maven(url = "https://artifacts.metaborg.org/content/groups/public/")
}
versionCatalogs {
create("libs") {
from("org.metaborg:catalog" + (catalogVersion?.let { ":$it" } ?: ""))
Expand Down

0 comments on commit 44bac60

Please sign in to comment.