javacan-core-x86_64 proper sourcing
https://github.com/pschichtel/JavaCAN/issues/48
This commit is contained in:
parent
c9c7adbdbc
commit
c8895b82f9
|
@ -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.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,6 @@
|
|||
org.gradle.unsafe.configuration-cache=true
|
||||
|
||||
shadowVersion=8.1.1
|
||||
javaCanVersion=3.2.0
|
||||
|
||||
org.gradle.warning.mode=all
|
Loading…
Reference in New Issue