Switched build system to gradle

This commit is contained in:
Niklas Guertler 2020-05-24 14:48:11 +02:00
parent 6962f189b7
commit 72e2e13d07
57 changed files with 685 additions and 591 deletions

1
brouter-util/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/build/

View file

@ -0,0 +1,7 @@
plugins {
id 'java-library'
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="btools.util" />