We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b31fe commit 79152bfCopy full SHA for 79152bf
README.md
@@ -96,7 +96,7 @@ acpg {
96
97
// Name of a boolean field in BuildConfig to enable/disable debug logging in the generated code
98
// Optional - default value: "DEBUG"
99
- debugLogsFieldName LOG_DEBUG_PROVIDER
+ debugLogsFieldName 'LOG_DEBUG_PROVIDER'
100
101
// Version of the tool syntax (must be 4)
102
// The allows to break the build immediately if an incompatible version of the tool is used. Safety first!
@@ -127,7 +127,7 @@ Here is an example:
127
"useAnnotations": true,
128
"useSupportLibrary": true,
129
"generateBeans": true,
130
- "debugLogsFieldName": "LOG_DEBUG_PROVIDER"
+ "debugLogsFieldName": "LOG_DEBUG_PROVIDER"
131
}
132
```
133
0 commit comments