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 4b6ff14 commit fc1a2dfCopy full SHA for fc1a2df
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
4
// Configuration variables
5
val defaultGroupId = "org.onflow"
6
-val defaultVersion = "2.0.1"
+val defaultVersion = "2.1.1"
7
8
fun getProp(name: String, defaultValue: String? = null): String? {
9
return project.findProperty("flow.$name")?.toString()?.trim()?.ifBlank { null }
0 commit comments