mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
fix project versioning
This commit is contained in:
parent
8b7cf2a74c
commit
d0872f42da
@ -38,7 +38,10 @@ fun preRelease(preRelease: Boolean) {
|
|||||||
fun Project.versionProjects(project: String, version: String) {
|
fun Project.versionProjects(project: String, version: String) {
|
||||||
forSubProjects(project) {
|
forSubProjects(project) {
|
||||||
this.version = version
|
this.version = version
|
||||||
|
println("Setting version of $path to $version")
|
||||||
}
|
}
|
||||||
|
project(project).version = version
|
||||||
|
println("Setting version of $project to $version")
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Project.version(version: String): String {
|
fun Project.version(version: String): String {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user