Skip to content

Commit 6cf69b8

Browse files
committed
Propagate the version to subprojects.
1 parent a8e82e0 commit 6cf69b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ idea {
1414
}
1515

1616
bintrayUpload.enabled = false
17-
artifactoryPublish.skip = true
17+
artifactoryPublish.skip = true
18+
19+
subprojects {
20+
version = rootProject.version
21+
}

0 commit comments

Comments
 (0)