Skip to content

Commit 0c59b78

Browse files
Fix undefined version for submodules
1 parent e8ef3a3 commit 0c59b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ subprojects {
148148
coordinates(
149149
groupId = "de.eldoria.jacksonbukkit",
150150
artifactId = project.name,
151-
version = publishData.getVersion()
151+
version = rootProject.version as String
152152
)
153153

154154
pom {

0 commit comments

Comments
 (0)