We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d4102 commit 6e2869fCopy full SHA for 6e2869f
plugins/microsoft-graph-authz/build.gradle
@@ -96,5 +96,5 @@ tasks.named("javadoc").configure { enabled = false }
96
tasks.named("dependencyLicenses").configure {
97
mapping from: "microsoft-graph-core", to: "microsoft-graph"
98
mapping from: /azure-.*/, to: "azure"
99
- mapping from: /jackson/ to "jackson"
+ mapping from: /jackson/, to: "jackson"
100
}
0 commit comments