Fixed build dependency issues by moving hal core into hal-core folder/subproject
This commit is contained in:
parent
f1da2c5a4d
commit
ded778fd11
138 changed files with 195 additions and 183 deletions
7
hal-core/build.gradle
Normal file
7
hal-core/build.gradle
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// ------------------------------------
|
||||
// Hal core configuration
|
||||
// ------------------------------------
|
||||
|
||||
dependencies {
|
||||
implementation 'org.xerial:sqlite-jdbc:3.32.3.2'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue