Load msearch from source
Created by: kaklakariada
- Upgrade gradle wrapper
- Substitute MSearch dependency with local project if it exists
- To force using MSearch from the maven repo, either rename/remove the local MSearch project or comment out line
includeIfExists('../MSearch')
insettings.gradle
.
- To force using MSearch from the maven repo, either rename/remove the local MSearch project or comment out line
Note: composited builds would be better but cause a NullPointerException in Eclipse buildship plugin. This will be fixed in the upcoming buildship release.
See https://github.com/mediathekview/MediathekView/pull/232 and https://github.com/mediathekview/MSearch/pull/96