Skip to content

Commit

Permalink
switch to official maven artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Oct 31, 2024
1 parent 9cb9dbf commit 6ca8b8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
All notable changes to this project will be documented in this file.

## Unreleased
- /

- switched to the official maven artifacts

## [0.2.0] - 2024-10-24

Expand Down
11 changes: 5 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
}
}

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

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

// Actually Additions
implementation("curse.maven:actually-additions-228404:5835183") // 1.3.6
// implementation("de.ellpeck.actuallyadditions:ActuallyAdditions:${almostgradle.getProperty("aaVersion")}+mc${almostgradle.minecraftVersion}") {
// isTransitive = false
// }
implementation("de.ellpeck:actuallyadditions:${almostgradle.getProperty("aaVersion")}+mc${almostgradle.minecraftVersion}") {
isTransitive = false
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ githubRepo = kubejs_actuallyadditions

# mod dependencies
kjsVersion = 2101.7.1-build.181
aaVersion = 1.3.6
aaVersion = 1.3.7

# settings
neoForge.parchment.minecraftVersion = 1.21
Expand Down

0 comments on commit 6ca8b8f

Please sign in to comment.