Skip to content

Commit 0ee56e1

Browse files
committed
add quotes
1 parent b702f98 commit 0ee56e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/runtimes/java/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var dafnyRuntimeJavaVersion = props.getProperty("dafnyRuntimeJavaVersion")
2828
var smithyDafnyJavaConversionVersion = props.getProperty("smithyDafnyJavaConversionVersion")
2929

3030
group = "software.amazon.cryptography"
31-
version = ${mplVersion}
31+
version = "${mplVersion}"
3232
description = "TestVectorsDynamoDbEncryption"
3333

3434
java {

0 commit comments

Comments
 (0)