Skip to content

Commit a61f0ca

Browse files
authored
Merge pull request #431 from line/kazuki-ma/line-bot-parser
NON-ISSUE setup :line-bot-parser:uploadArchives
2 parents 54f658b + 5ce2bf2 commit a61f0ca

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
@@ -241,7 +241,7 @@ task codeCoverageReport(type: JacocoReport) {
241241
}
242242
}
243243

244-
[':line-bot-api-client', ':line-bot-model', ':line-bot-servlet', ':line-bot-spring-boot', ':line-bot-cli'].each { projectName ->
244+
[':line-bot-api-client', ':line-bot-model', 'line-bot-parser', ':line-bot-servlet', ':line-bot-spring-boot', ':line-bot-cli'].each { projectName ->
245245
project(projectName) { project ->
246246
apply plugin: 'jacoco'
247247
apply plugin: 'signing'

0 commit comments

Comments
 (0)