We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e345f commit b816d32Copy full SHA for b816d32
build.gradle.kts
@@ -14,7 +14,7 @@ val jacksonVersion: String by project
14
val slf4jVersion: String by project
15
16
group = "plus.sourceplus"
17
-version = projectVersion
+version = project.properties["protocolVersion"] as String? ?: projectVersion
18
19
repositories {
20
mavenCentral()
0 commit comments