migrate to gradle part 5

This commit is contained in:
afischerdev 2021-08-18 13:03:54 +02:00
parent 14d5a2c4e6
commit 90bb1b0079
11 changed files with 280 additions and 37 deletions

View file

@ -11,7 +11,7 @@ by doing the following:
this folder
-> copy lib/default/protobuf-java-*.jar in the archive to protobuf.jar in this
folder
-> copy the brouter-server/target/brouter-server...with-dependencies.jar to
-> copy the brouter-server/build/libs/brouter-...-all.jar to
brouter.jar in this folder
-> compile the PBF-Parser using:
javac -d . -cp protobuf.jar:osmosis.jar:brouter.jar *.java