JavaRTO solclientj-native-common runtime dependencies (version 10.2.0)
Hi team,
Please can I ask for some guidance with respect to handling runtime dependencies of the solclientj-native-common.jar present in version 10.2.0 of the API in the context of gradle builds - I am fairly new to gradle. For example:
<dependencies> <dependency> <groupId>com.solacesystems</groupId> <artifactId>solclientj-native</artifactId> <version>10.2.0</version> <type>nar</type> <classifier>amd64-Linux-gcc-jni</classifier> <scope>runtime</scope> </dependency> ... </dependency> </dependencies>
Is it expected that the solclientj-native nar be composed manually (and stored in appropriate maven repo) for relevant OS implementations?
Unfortunately the sample RTO code, as far as I can see, is based on version 10.0.0. The solclientj-native dependency only being introduced explicitly in 10.2.0.
If you have some guildelines for a JavaRTO gradle build for version 10.2.0 that would be really helpful.
Sincerely, Tim
Best Answer
Answers
-
Thanks @Ragnar, understood. I will do as you suggest.
Cheers, Tim
0