Skip to content

Commit b767474

Browse files
committed
Update to PKPCPBP build 104
1 parent 41f2579 commit b767474

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2727
repositories {
@@ -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 {

0 commit comments

Comments
 (0)