Skip to content

Commit

Permalink
fixed pubnub native failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Nov 19, 2024
1 parent cae10ed commit 6a93c60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void registerProxyInterfaces(BuildProducer<NativeImageProxyDefinitionBuildItem>
@BuildStep
void addDependencies(BuildProducer<IndexDependencyBuildItem> indexDependency) {
indexDependency.produce(new IndexDependencyBuildItem("com.pubnub", "pubnub-core-impl"));
indexDependency.produce(new IndexDependencyBuildItem("com.pubnub", "pubnub-kotlin-impl"));
}

}

0 comments on commit 6a93c60

Please sign in to comment.