Skip to content

Commit b816d32

Browse files
committed
release workflow
1 parent 34e345f commit b816d32

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
@@ -14,7 +14,7 @@ val jacksonVersion: String by project
1414
val slf4jVersion: String by project
1515

1616
group = "plus.sourceplus"
17-
version = projectVersion
17+
version = project.properties["protocolVersion"] as String? ?: projectVersion
1818

1919
repositories {
2020
mavenCentral()

0 commit comments

Comments
 (0)