We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b702f98 commit 0ee56e1Copy full SHA for 0ee56e1
TestVectors/runtimes/java/build.gradle.kts
@@ -28,7 +28,7 @@ var dafnyRuntimeJavaVersion = props.getProperty("dafnyRuntimeJavaVersion")
28
var smithyDafnyJavaConversionVersion = props.getProperty("smithyDafnyJavaConversionVersion")
29
30
group = "software.amazon.cryptography"
31
-version = ${mplVersion}
+version = "${mplVersion}"
32
description = "TestVectorsDynamoDbEncryption"
33
34
java {
0 commit comments