javacan-core-x86_64 proper sourcing

https://github.com/pschichtel/JavaCAN/issues/48
This commit is contained in:
rusefillc 2023-11-19 18:20:39 -05:00
parent c9c7adbdbc
commit c8895b82f9
5 changed files with 3 additions and 4 deletions

View File

@ -22,10 +22,8 @@ dependencies {
api project(':logging')
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.10.3'
// a bit of a mess: javacan-core comes from maven (we keep a file in lib folder just in case)
api group: 'tel.schich', name: 'javacan-core', version: '3.2.0'
// where did this file originally come from?! did someone figure out compile-native.sh arguments or is there a source?
api files('lib/javacan-core-x86_64.jar')
implementation group: 'tel.schich', name: 'javacan-core', version: "$javaCanVersion"
implementation group: 'tel.schich', name: 'javacan-core', version: "$javaCanVersion", classifier: 'x86_64'
implementation global_libs.json
implementation ts_plugin_libs.httpclient

Binary file not shown.

View File

@ -1,5 +1,6 @@
org.gradle.unsafe.configuration-cache=true
shadowVersion=8.1.1
javaCanVersion=3.2.0
org.gradle.warning.mode=all