Moved hal-default.db file into resource folder.
This commit is contained in:
parent
9ad529d9eb
commit
41b2eb6b07
4 changed files with 6 additions and 4 deletions
|
|
@ -12,6 +12,10 @@ allprojects {
|
|||
mavenLocal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
|
||||
maven {
|
||||
url 'https://jitpack.io' // Needed for ffmpeg4j project
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -56,7 +60,6 @@ distributions {
|
|||
main {
|
||||
contents {
|
||||
from 'hal.conf.example'
|
||||
from 'hal-default.db'
|
||||
from 'logging.properties'
|
||||
|
||||
from "${buildDir}/resources"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue