Skip to content

Commit

Permalink
Moved vs2 maven to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Jul 20, 2023
1 parent 0001c12 commit 75d0ef1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@ subprojects {

repositories {
mavenCentral()
maven {
name = "Valkyrien Skies Internal"
url = project.vs_maven_url ?: 'https://maven.valkyrienskies.org'
if (project.vs_maven_username && project.vs_maven_password) {
credentials {
username = project.vs_maven_username
password = project.vs_maven_password
}
}
}
if (!project.block_external_repositories) {
mavenLocal()
maven {
Expand Down Expand Up @@ -95,6 +85,16 @@ subprojects {
content { includeGroup("com.github.llamalad7.mixinextras") }
} // MixinExtras smh my head
}
maven {
name = "Valkyrien Skies Internal"
url = project.vs_maven_url ?: 'https://maven.valkyrienskies.org'
if (project.vs_maven_username && project.vs_maven_password) {
credentials {
username = project.vs_maven_username
password = project.vs_maven_password
}
}
}
}

// Remove automatically added repos
Expand Down

0 comments on commit 75d0ef1

Please sign in to comment.