From 707dcbbc7870811d0206e8829c5985f17b682e2c Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 25 Mar 2024 14:08:25 -0400 Subject: [PATCH] create local.properties for routerjars --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index c9538fa69..9f80fb73b 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -30,7 +30,7 @@ jobs: echo "noExe=true" >> override.properties - name: build with Gradle run: | - echo "i2psrc=$HOME/i2p.i2p" > local.properties + echo "i2psrc=$HOME/i2p.i2p" > routerjars/local.properties git clone https://github.com/i2p/i2p.i2p "$HOME/i2p.i2p" ./gradlew assembleDebug find . -name '*.apk'