Skip to content

Commit 3bceee9

Browse files
committed
Fix common module is not included into the output jars
1 parent 1e78514 commit 3bceee9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

versions/1.12.2/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ val versionText: String by extra
44
val modIdText: String by extra
55

66
dependencies {
7+
include(project(":common"))
78
implementation(project(":common"))
89

910
minecraft(rootProject.libs.minecraft1122)

versions/1.8.9/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ val versionText: String by extra
44
val modIdText: String by extra
55

66
dependencies {
7+
include(project(":common"))
78
implementation(project(":common"))
89

910
minecraft(rootProject.libs.minecraft189)

0 commit comments

Comments
 (0)