diff --git a/project_management_service/build.gradle b/project_management_service/build.gradle index 9bfd9c7..c787a54 100644 --- a/project_management_service/build.gradle +++ b/project_management_service/build.gradle @@ -40,7 +40,7 @@ jar { } from { (configurations.runtimeClasspath).collect { it.isDirectory() ? it : zipTree(it) } } { - // Exclude signatures to be able to natively bundle mqtt + // Exclude signatures to be able to natively bundle signed jars exclude 'META-INF/*.RSA', 'META-INF/*.SF', 'META-INF/*.DSA' } }