We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
com.oracle.svm.core.annotate
Import-Package
1 parent 5ebeec8 commit 8681337Copy full SHA for 8681337
driver-core/build.gradle
@@ -82,6 +82,7 @@ afterEvaluate {
82
'!sun.misc.*', // Used by DirectBufferDeallocator only for java 8
83
'!sun.nio.ch.*', // Used by DirectBufferDeallocator only for java 8
84
'!javax.annotation.*', // Brought in by com.google.code.findbugs:annotations
85
+ '!com.oracle.svm.core.annotate.*', // this dependency is provided by the GraalVM runtime
86
'io.netty.*;resolution:=optional',
87
'com.amazonaws.*;resolution:=optional',
88
'software.amazon.awssdk.*;resolution:=optional',
0 commit comments