Skip to content

Commit

Permalink
downloaded non-executable wrapper by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jan 12, 2021
1 parent a624371 commit 3a1ef08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion voodoo/src/main/kotlin/voodoo/cli/init/InitProjectCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ class InitProjectCommand : CliktCommand(
"wrapper",
GeneratedConstants.FULL_VERSION,
outputFile = wrapperFile,
outputDir = wrapperFile.absoluteFile.parentFile
outputDir = wrapperFile.absoluteFile.parentFile,
classifier = GeneratedConstants.MAVEN_SHADOW_CLASSIFIER
)

// create wrapper.properties
Expand Down

0 comments on commit 3a1ef08

Please sign in to comment.