Skip to content

Commit 1f47b6b

Browse files
committed
Fix typo in build.gradle
1 parent cde9506 commit 1f47b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ task distZip(type: Zip, dependsOn: [docsZip, schemaZip]) {
11101110
into "${baseDir}"
11111111
expand(copyright: new Date().format("yyyy"), version: project.version)
11121112
}
1113-
Amqp
1113+
11141114
from("$project.rootDir") {
11151115
include 'LICENSE.txt'
11161116
into "${baseDir}"

0 commit comments

Comments
 (0)