Skip to content

Commit

Permalink
Fixed comment in gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
pdolif committed Feb 23, 2021
1 parent 21ec820 commit 345106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_management_service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down

0 comments on commit 345106c

Please sign in to comment.