Skip to content

Commit 2fc8a50

Browse files
committed
Fix Datagen class not being excluded from NeoForge builds
1 parent 908be0c commit 2fc8a50

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 5.0.0.8
2+
- Fix Datagen class not being excluded from NeoForge builds
3+
14
# 5.0.0.7
25
- Fix Jankson being shadowed to the wrong package in Forge and NeoForge
36

NeoForge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tasks {
6060
}
6161

6262
shadowJar {
63-
exclude("architectury.common.json", "dev/corgi/corgilib/neoforge/datagen/**")
63+
exclude("architectury.common.json", "dev/corgitaco/corgilib/neoforge/datagen/**")
6464
configurations = listOf(project.configurations.getByName("shadowBundle"))
6565
archiveClassifier.set("dev-shadow")
6666
relocate("blue.endless.jankson", "corgitaco.corgilib.shadow.blue.endless.jankson")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
version=5.0.0.7
2+
version=5.0.0.8-SNAPSHOT
33
group=dev.corgitaco
44
archives_base_name=Corgilib
55

0 commit comments

Comments
 (0)