migrate to gradle part 2
This commit is contained in:
parent
d0f3644b1f
commit
47f1b10b99
15 changed files with 96 additions and 30 deletions
|
|
@ -5,4 +5,5 @@ plugins {
|
|||
dependencies {
|
||||
implementation project(':brouter-util')
|
||||
implementation project(':brouter-codec')
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ public class EncodeDecodeTest
|
|||
{
|
||||
URL testpurl = this.getClass().getResource( "/dummy.txt" );
|
||||
File workingDir = new File(testpurl.getFile()).getParentFile();
|
||||
File profileDir = new File( workingDir, "/../../../misc/profiles2" );
|
||||
File profileDir = new File( workingDir, "/../../../../misc/profiles2" );
|
||||
File lookupFile = new File( profileDir, "lookups.dat" );
|
||||
|
||||
// read lookup.dat + trekking.brf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue