Skip to content

Commit 090c941

Browse files
Copilottorosent
andcommitted
Fix 'default messager has already been registered' warning
- Remove duplicate plugin application in samples-azure-functions/build.gradle - Remove duplicate plugin application in endtoendtests/build.gradle - Move 'java' plugin to plugins block - Upgrade azure-functions plugin from 1.11.1 to 1.16.1 Co-authored-by: torosent <17064840+torosent@users.noreply.github.com>
1 parent 41c1deb commit 090c941

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

endtoendtests/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
plugins {
2-
id "com.microsoft.azure.azurefunctions" version "1.11.1"
2+
id 'java'
3+
id "com.microsoft.azure.azurefunctions" version "1.16.1"
34
}
4-
apply plugin: 'java'
5-
apply plugin: "com.microsoft.azure.azurefunctions"
65

76
group 'com.durabletask.endtoend'
87
version '0.0.0-SNAPSHOT'

samples-azure-functions/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
plugins {
2-
id "com.microsoft.azure.azurefunctions" version "1.11.1"
2+
id 'java'
3+
id "com.microsoft.azure.azurefunctions" version "1.16.1"
34
}
4-
apply plugin: 'java'
5-
apply plugin: "com.microsoft.azure.azurefunctions"
65

76
group 'com.functions'
87
version '0.1.0-SNAPSHOT'

0 commit comments

Comments
 (0)