def enableExtendedGcArgs = project.hasProperty('enableGcLogs') &&
project.property('enableGcLogs').toString().toBoolean()
./gradlew jpn-qffbridge -PenableGcLogs=true (or false) will work perfectly.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)