Remove unnecessary proto compiler option

This commit is contained in:
Melledy
2023-10-05 05:50:44 -07:00
parent 43cc616896
commit cf4c77f34e

View File

@@ -46,8 +46,7 @@ protobuf {
}
task.plugins {
quickbuf {
option 'store_unknown_fields=true'
//option 'store_unknown_fields=true'
outputSubDir = ''
}
}