Update And Bible to 2.8.1 (216)
This commit is contained in:
parent
57c0a4b7d6
commit
e3bd53cae2
|
@ -202,6 +202,22 @@ Build:2.8.0,214
|
|||
popd && \
|
||||
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
|
||||
|
||||
Build:2.8.1,216
|
||||
commit=build-02.08.01
|
||||
subdir=and-bible/app
|
||||
gradle=yes
|
||||
srclibs=JSword@8fe1d0a
|
||||
rm=and-bible/app/libs/*,and-bible/libs-src,ReadingPlanCreator/libs,jsword-tweaks/libs
|
||||
prebuild=sed -i "/mmseg4j/d" build.gradle && \
|
||||
cp -r ../../jsword-tweaks/src/main/. $$JSword$$/src/main && \
|
||||
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
|
||||
rm -rf $$JSword$$/src/main/java/org/crosswire/jsword/examples && \
|
||||
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.8.1
|
||||
|
|
Loading…
Reference in a new issue