Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.3.1 #19

Merged
merged 11 commits into from
Jul 10, 2024
Prev Previous commit
Next Next commit
build: no need dependencyresolutionmgmt
  • Loading branch information
raoulvdberge committed Jul 9, 2024
commit 82b55eace6ce29cf6c28ba2e7e8469daefc24045
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()
@@ -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")