Moved hal-default.db file into resource folder.

This commit is contained in:
Ziver Koc 2021-01-29 21:56:43 +01:00
parent 9ad529d9eb
commit 41b2eb6b07
4 changed files with 6 additions and 4 deletions

View file

@ -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"