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.
2 parents da9704f + 4a4b5db commit 36ffc8dCopy full SHA for 36ffc8d
README.md
@@ -76,8 +76,8 @@ Looking for a sample that has the following features?
76
## Formatting
77
78
To automatically format all samples: Run `./scripts/format.sh`
79
-To check one sample for errors: Navigate to the sample folder and run `./gradlew --init-script buildscripts/init.gradle.kts spotlessCheck`
80
-To format one sample: Navigate to the sample folder and run `./gradlew --init-script buildscripts/init.gradle.kts spotlessApply`
+To check one sample for errors: Navigate to the sample folder and run `./gradlew spotlessCheck`
+To format one sample: Navigate to the sample folder and run `./gradlew spotlessApply`
81
82
## Updates
83
0 commit comments