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 2330874 commit 850b287Copy full SHA for 850b287
plugin-gradle/README.md
@@ -1161,7 +1161,7 @@ To use a fixed binary, omit the `version` and specify a `pathToExe`:
1161
spotless {
1162
format 'rome', {
1163
target '**/*.js','**/*.ts','**/*.json'
1164
- rome('12.0.0').pathToExe("${project.buildDir.absolutePath}/bin/rome")
+ rome().pathToExe("${project.buildDir.absolutePath}/bin/rome")
1165
}
1166
1167
```
@@ -1175,7 +1175,7 @@ spotless {
1175
1176
1177
// Uses the "rome" command, which must be on the user's path. -->
1178
- rome('12.0.0').pathToExe('rome')
+ rome().pathToExe('rome')
1179
1180
1181
0 commit comments