Update And Bible to 2.2.3 (168)
This commit is contained in:
parent
d8bcd2c336
commit
57d7689722
|
@ -68,6 +68,21 @@ Build:2.2.2,166
|
|||
popd && \
|
||||
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
|
||||
|
||||
Build:2.2.3,168
|
||||
commit=build-02.02.03
|
||||
subdir=AndBible
|
||||
init=sed -i "/android {/a compileOptions {\nsourceCompatibility JavaVersion.VERSION_1_7\ntargetCompatibility JavaVersion.VERSION_1_7\n}" build.gradle
|
||||
gradle=yes
|
||||
srclibs=JSword@d7ad5ef
|
||||
rm=Andbible/libs/*,AndBible/libs,AndBible/libs-src
|
||||
prebuild=cp -r ../jsword-tweaks/src/main/. $$JSword$$/src/main && \
|
||||
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
|
||||
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml
|
||||
build=pushd $$JSword$$ && \
|
||||
$$MVN3$$ package -Dmaven.test.skip=true && \
|
||||
popd && \
|
||||
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.3
|
||||
|
|
Loading…
Reference in a new issue