Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Update repository
Browse files Browse the repository at this point in the history
  • Loading branch information
zontreck committed Jan 8, 2024
1 parent a4a961a commit bdaa432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ repositories {
// }
maven {
name = "Aria's Creations Caches"
url = "https://maven.zontreck.dev/repository/internal"
url = "https://maven.zontreck.com/repository/internal"
}
// Put repositories for dependencies here
// ForgeGradle automatically adds the Forge maven and Maven Central for you
Expand All @@ -140,7 +140,7 @@ repositories {

maven {
name = "zontreck Maven"
url = "https://maven.zontreck.dev/repository/zontreck"
url = "https://maven.zontreck.com/repository/zontreck"
}
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = "https://maven.zontreck.dev/repository/internal" }
maven { url = "https://maven.zontreck.com/repository/internal" }
}
}

Expand Down

0 comments on commit bdaa432

Please sign in to comment.