mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(crawler, converter) Remove monkey patched gson from dependencies
This commit is contained in:
parent
05ba3bab96
commit
d3f01bd171
@ -12,7 +12,7 @@ java {
|
||||
}
|
||||
dependencies {
|
||||
|
||||
implementation project(':third-party:monkey-patch-gson')
|
||||
//implementation project(':third-party:monkey-patch-gson')
|
||||
|
||||
implementation project(':code:common:db')
|
||||
implementation project(':code:common:model')
|
||||
|
@ -20,7 +20,7 @@ tasks.distZip.enabled = false
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation project(':third-party:monkey-patch-gson')
|
||||
//implementation project(':third-party:monkey-patch-gson')
|
||||
|
||||
implementation project(':code:common:process')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user