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

Commit

Permalink
Fixed maven repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna5ama committed Nov 9, 2023
1 parent 69e125d commit ee9b436
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
23 changes: 8 additions & 15 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ System.getenv("OVERRIDE_VERSION")?.let {
allprojects {
group = modGroup
version = modVersion

repositories {
mavenCentral()
maven("https://maven.luna5ama.dev/")
maven("https://repo.spongepowered.org/repository/maven-public/")
maven("https://jitpack.io/")
maven("https://impactdevelopment.github.io/maven/")
}
}

plugins {
Expand All @@ -37,22 +45,7 @@ allprojects {
apply {
plugin("kotlin")
}

repositories {
mavenCentral()
maven("https://maven.luna5ama.dev/")
maven("https://maven.fastmc.dev/")
}
}

repositories {
mavenLocal()
mavenCentral()
maven("https://repo.spongepowered.org/repository/maven-public/")
maven("https://jitpack.io/")
maven("https://impactdevelopment.github.io/maven/")
}

val jarLibImplementation: Configuration by configurations.creating

configurations.implementation {
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ rootProject.name = "TrollHack"

pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven("https://maven.luna5ama.dev/")
maven("https://maven.fastmc.dev/")
maven("https://files.minecraftforge.net/maven")
}

Expand Down

0 comments on commit ee9b436

Please sign in to comment.