T-UI: Try to fix build, still broken
This commit is contained in:
parent
7c4ce1d854
commit
a45e21b42d
|
@ -40,14 +40,20 @@ Repo Type:git
|
||||||
Repo:https://github.com/Andre1299/TUI-ConsoleLauncher
|
Repo:https://github.com/Andre1299/TUI-ConsoleLauncher
|
||||||
|
|
||||||
Build:4.1,66
|
Build:4.1,66
|
||||||
disable=remove apk, are deps really needed as native code?
|
disable=remove apk, sort out deps
|
||||||
commit=d36cd72eb05a216b4c838e0b57092d4851fcc294
|
commit=d36cd72eb05a216b4c838e0b57092d4851fcc294
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=CompareString@48ed7c394b4f3e5b7dee0d0b2bd7b11348514e70
|
srclibs=CommonsIO@2.4,CompareString@48ed7c394b4f3e5b7dee0d0b2bd7b11348514e70
|
||||||
rm=libs/*.jar
|
rm=libs/*.jar
|
||||||
prebuild=cp -fR $$CompareString$$/src/ohi src/main/java/ && \
|
prebuild=sed -i -e '/proguardFiles/d' -e '/minifyEnabled/d' build.gradle && \
|
||||||
sed -i -e '/proguardFiles/d' -e '/minifyEnabled/d' -e '/appcompat/acompile "org.apache.directory.studio:org.apache.commons.io:2.4"' -e '/compile files/d' build.gradle
|
pushd $$CompareString$$ && \
|
||||||
|
ant -Dplatforms.JDK_1.7.home=$JAVA_HOME jar && \
|
||||||
|
popd && \
|
||||||
|
pushd $$CommonsIO$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
cp $$CommonsIO$$/target/commons-io-2.4.jar $$CompareString$$/dist/CompareString.jar ../libs/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
Loading…
Reference in a new issue