Skip to content

Commit b2bc540

Browse files
committed
fix the build
1 parent e88f1e6 commit b2bc540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdline/src/main/java/io/opentdf/platform/Command.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void encrypt(
6969
@Option(names = { "--mime-type" }, defaultValue = Option.NULL_VALUE) Optional<String> mimeType,
7070
@Option(names = { "--with-assertions" }, defaultValue = Option.NULL_VALUE) Optional<String> assertion)
7171

72-
throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException {
72+
throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException, DecoderException {
7373

7474
var sdk = buildSDK();
7575
var kasInfos = kas.stream().map(k -> {

0 commit comments

Comments
 (0)