Skip to content

Commit 5472f1b

Browse files
Copilottorosent
andcommitted
Revert plugin version to 1.11.1 to fix Gradle 7.4 compatibility
The azure-functions plugin 1.16.1 brings in jackson-core 2.17.0 which contains Java 21 class files that Gradle 7.4's ASM cannot handle. Keep the duplicate plugin application removal fix which helps reduce the "default messager" warning. Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>
1 parent 3e26e32 commit 5472f1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

endtoendtests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id "com.microsoft.azure.azurefunctions" version "1.16.1"
3+
id "com.microsoft.azure.azurefunctions" version "1.11.1"
44
}
55

66
group 'com.durabletask.endtoend'

samples-azure-functions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id "com.microsoft.azure.azurefunctions" version "1.16.1"
3+
id "com.microsoft.azure.azurefunctions" version "1.11.1"
44
}
55

66
group 'com.functions'

0 commit comments

Comments
 (0)