Skip to content

Commit eafe072

Browse files
fix jib task reference in githubDockerPush
1 parent 03a20b5 commit eafe072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spellsource-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ jib {
408408
}
409409

410410
tasks.register('githubDockerPush') {
411-
dependsOn jib
411+
dependsOn 'jib'
412412
}
413413

414414
graphqlCodegen {

0 commit comments

Comments
 (0)