Skip to content

Commit

Permalink
[FIX] Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Dec 22, 2022
1 parent d868799 commit 142f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tasks.register('bundleZip') {
tasks.register('bundleZip', Zip.class) {
subprojects.stream().map(e -> e.tasks.build).forEach(e -> dependsOn(e))
archiveFileName = 'modules.zip'
destinationDirectory = file("$buildDir")
Expand Down

0 comments on commit 142f71a

Please sign in to comment.