File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ plugins {
1919 // Also it looks like property lookups don't work this early
2020 id ' fabric-loom' version ' 1.6-SNAPSHOT' apply false
2121
22- id(" at.petra-k.pkpcpbp.PKPlugin" ) version " 0.2.0-pre-103 "
23- id(" at.petra-k.pkpcpbp.PKSubprojPlugin" ) version " 0.2.0-pre-103 " apply false
24- id(" at.petra-k.pkpcpbp.PKJson5Plugin" ) version " 0.2.0-pre-103 " apply false
22+ id(" at.petra-k.pkpcpbp.PKPlugin" ) version " 0.2.0-pre-104 "
23+ id(" at.petra-k.pkpcpbp.PKSubprojPlugin" ) version " 0.2.0-pre-104 " apply false
24+ id(" at.petra-k.pkpcpbp.PKJson5Plugin" ) version " 0.2.0-pre-104 " apply false
2525}
2626
2727repositories {
@@ -75,9 +75,8 @@ subprojects {
7575 // this value is only checked if we run a publish task and the commit already starts with [Release]
7676 // so we should be fine to just leave it enabled
7777 pkPublish = true
78- // TODO: uncomment when gamma-delta/PKPCPBP#4 is merged
79- // artifactId = base.archivesName
80- // versionDisplayName = "$platform-$minecraftVersion-$modVersion"
78+ artifactId = base. archivesName. get()
79+ versionDisplayName = " $platform -$minecraftVersion -$modVersion "
8180 }
8281
8382 pkJson5 {
You can’t perform that action at this time.
0 commit comments