Skip to content

Commit

Permalink
outputDir isn't a file anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull authored and DC2-DanielKrueger committed Dec 16, 2024
1 parent 8add97f commit 56c1067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemq-edge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ tasks.resolve {

doFirst {
delete(outputDir)
outputDir.mkdir()
mkdir(outputDir)
}
}

Expand Down

0 comments on commit 56c1067

Please sign in to comment.