Skip to content

Commit

Permalink
build: Use maven proxy in other places as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jul 25, 2023
1 parent 99113a1 commit 8ef7ee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ idea {
allprojects {
repositories {
maven {
url = uri("https://nexus.griefed.dev/repository/maven-central/")
url = uri("https://nexus.griefed.dev/repository/maven-public/")
}
gradlePluginPortal()
google()
Expand Down
3 changes: 3 additions & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ plugins {
}

repositories {
maven {
url = uri("https://nexus.griefed.dev/repository/maven-public/")
}
gradlePluginPortal()
google()
mavenCentral()
Expand Down

0 comments on commit 8ef7ee2

Please sign in to comment.