Skip to content

Commit

Permalink
fixed greeter
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Aug 10, 2024
1 parent d388ebb commit bf68724
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ static void afterAll() {
static JavaArchive createDeployment() {
JavaArchive jar = ShrinkWrap.create(JavaArchive.class)
.addClass(FileWriterExtension.class)
.addClass(Greeter.class)
.addAsResource(new StringAsset(getTmpFilePath().toString()), TMP_FILE_ASSET_NAME);
return jar;
}
Expand Down

0 comments on commit bf68724

Please sign in to comment.