Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
sujankota committed Dec 17, 2024
1 parent e88f1e6 commit b2bc540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdline/src/main/java/io/opentdf/platform/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void encrypt(
@Option(names = { "--mime-type" }, defaultValue = Option.NULL_VALUE) Optional<String> mimeType,
@Option(names = { "--with-assertions" }, defaultValue = Option.NULL_VALUE) Optional<String> assertion)

throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException {
throws IOException, JOSEException, AutoConfigureException, InterruptedException, ExecutionException, DecoderException {

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

0 comments on commit b2bc540

Please sign in to comment.