Skip to content

Commit

Permalink
build: no need dependencyresolutionmgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jul 9, 2024
1 parent b8c42a6 commit 82b55ea
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
dependencyResolutionManagement {
repositories {
maven {
url = uri("https://maven.pkg.github.com/refinedmods/refinedarchitect")
credentials {
username = "anything"
password = "\u0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
}
}
}
versionCatalogs {
create("libs") {
from("com.refinedmods.refinedarchitect:refinedarchitect-versioning:0.16.2")
}
}
}

pluginManagement {
repositories {
mavenCentral()
Expand All @@ -37,7 +20,6 @@ pluginManagement {
}
plugins {
id("refinedarchitect.root").version("0.16.2")
id("refinedarchitect.base").version("0.16.2")
id("refinedarchitect.common").version("0.16.2")
id("refinedarchitect.neoforge").version("0.16.2")
id("refinedarchitect.fabric").version("0.16.2")
Expand Down

0 comments on commit 82b55ea

Please sign in to comment.