This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch spring_boot_2 in repository https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git
commit 858e7dab66a942b1b00ec4a5537f129fa27a9f8a Author: xurror <[email protected]> AuthorDate: Wed May 6 12:07:20 2020 +0100 update dependencies --- another-for-test/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/another-for-test/build.gradle b/another-for-test/build.gradle index 229ab9c..d4eac53 100644 --- a/another-for-test/build.gradle +++ b/another-for-test/build.gradle @@ -58,6 +58,10 @@ dependencies { ) } +jar { + enabled = true +} + tasks.withType(PublishToMavenLocal) { task -> task.dependsOn 'bootJar' }
