Skip to content

Commit 546a594

Browse files
author
Andy Xu(devdiv)
committed
Fixe bug #6048:
unable to load io.netty.resolver.dns.macos.MacOSDnsServerAddressStreamProvider
1 parent 9f93402 commit 546a594

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)