Skip to content

Commit

Permalink
switch from to cursemaven AA dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Oct 23, 2024
1 parent cf63d25 commit db7a127
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ repositories {
}
}

// CurseMaven (Actually Additions)
maven("https://cursemaven.com")

mavenLocal()
}

Expand All @@ -24,7 +27,8 @@ dependencies {
implementation("dev.latvian.mods:kubejs-neoforge:${almostgradle.getProperty("kjsVersion")}")

// Actually Additions
implementation("de.ellpeck.actuallyadditions:ActuallyAdditions:${almostgradle.getProperty("aaVersion")}+mc${almostgradle.minecraftVersion}") {
isTransitive = false
}
implementation("curse.maven:actually-additions-228404:5835183") // 1.3.6
// implementation("de.ellpeck.actuallyadditions:ActuallyAdditions:${almostgradle.getProperty("aaVersion")}+mc${almostgradle.minecraftVersion}") {
// isTransitive = false
// }
}

0 comments on commit db7a127

Please sign in to comment.