Skip to content

Commit 4160d49

Browse files
authored
Merge pull request #6113 from microsoft/andy-fix6048
Fixe bug #6048:
2 parents 3338809 + 546a594 commit 4160d49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ dependencies {
239239

240240
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21")
241241

242+
implementation group: 'io.netty', name: 'netty-resolver-dns-native-macos', version: '4.1.70.Final', classifier: 'osx-x86_64', ext: 'jar'
243+
242244
// https://mvnrepository.com/artifact/org.projectlombok/lombok
243245
compileOnly 'org.projectlombok:lombok'
244246
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)