SMSSecure: cleaner, stable way to fix build
This commit is contained in:
parent
5744ae3938
commit
37469a1bd2
|
@ -202,8 +202,6 @@ Build:0.11.2,111
|
|||
./scripts/build-witness.sh && \
|
||||
rm -rf libs/gradle-witness/build
|
||||
|
||||
#while the scanignore fixes the build, this is most likely not intended.
|
||||
#also, this will break with other gradle versions.
|
||||
Build:0.11.3,112
|
||||
commit=v0.11.3
|
||||
submodules=yes
|
||||
|
@ -211,8 +209,7 @@ Build:0.11.3,112
|
|||
rm=libs/*.jar
|
||||
prebuild=touch signing.properties && \
|
||||
./scripts/build-witness.sh && \
|
||||
rm -rf libs/gradle-witness/build
|
||||
scanignore=libs/gradle-witness/.gradle/2.2.1/taskArtifacts/*.bin
|
||||
rm -rf libs/gradle-witness/build libs/gradle-witness/.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue