Skip to content

Commit

Permalink
fix JiJ metadata being wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Aug 6, 2024
1 parent f93a20e commit 21211cf
Show file tree
Hide file tree
Showing 44 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- fix issue where the wrong version of ae2wtlib_api gets selected
File renamed without changes.
2 changes: 2 additions & 0 deletions ae2wtlib_api/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
modID=ae2wtlib_api
group=de.mari_023
File renamed without changes
1 change: 0 additions & 1 deletion api/gradle.properties

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(21)
dependencies {
//implementation("top.theillusivec4.curios:curios-neoforge:${curiosVersion}")
implementation("appeng:appliedenergistics2:${ae2Version}")
jarJar(project(path = ":api"))
api(project(path = ":api"))
jarJar(project(path = ":ae2wtlib_api"))
api(project(path = ":ae2wtlib_api"))

compileOnly("me.shedaniel:RoughlyEnoughItems-neoforge:${reiVersion}")
compileOnly("mezz.jei:jei-${jeiMinecraftVersion}-neoforge:${jeiVersion}")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = "ae2wtlib"
include("api")
include("ae2wtlib_api")

0 comments on commit 21211cf

Please sign in to comment.