Skip to content

Commit 5e596f9

Browse files
committed
add comment for minimum azure-functions-java-library version
1 parent 95d4c18 commit 5e596f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-java-agent/instrumentation/azure-functions/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ muzzle {
22
pass {
33
group = 'com.microsoft.azure.functions'
44
module = 'azure-functions-java-library'
5+
6+
// 1.2.2 is the first stable release. The earlier versions are either betas or are unstable
57
versions = '[1.2.2,)'
68
}
79
}

0 commit comments

Comments
 (0)