migrate to gradle part 2

This commit is contained in:
afischerdev 2021-06-29 13:02:21 +02:00
parent d0f3644b1f
commit 47f1b10b99
15 changed files with 96 additions and 30 deletions

View file

@ -3,7 +3,6 @@ plugins {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':brouter-util')
implementation project(':brouter-codec')
implementation project(':brouter-expressions')