Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelzangl committed Oct 4, 2024
1 parent 343ed38 commit b3e2087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ task getUpdateChecker(type: Exec) {
}

task dist(type: Zip, dependsOn: 'getUpdateChecker') {
archiveName = 'video-embed-privacy.zip'
archiveFileName = 'video-embed-privacy.zip'
destinationDirectory = layout.buildDirectory

from(file('.')) {
include 'readme.txt'
Expand Down

0 comments on commit b3e2087

Please sign in to comment.