Skip to content

Commit 6e2869f

Browse files
fix license mapping
1 parent a7d4102 commit 6e2869f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/microsoft-graph-authz/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ tasks.named("javadoc").configure { enabled = false }
9696
tasks.named("dependencyLicenses").configure {
9797
mapping from: "microsoft-graph-core", to: "microsoft-graph"
9898
mapping from: /azure-.*/, to: "azure"
99-
mapping from: /jackson/ to "jackson"
99+
mapping from: /jackson/, to: "jackson"
100100
}

0 commit comments

Comments
 (0)