Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 321e49f

Browse files
author
Dan Richelson
committed
Fix version property placeholder
1 parent c890d3f commit 321e49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
allprojects {
2222
group = 'com.launchdarkly'
23-
version = "{$version}"
23+
version = "${version}"
2424
sourceCompatibility = 1.7
2525
targetCompatibility = 1.7
2626
}

0 commit comments

Comments
 (0)