You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/markdown/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ We introduced breaking changes in version `2.0.0` described below.
6
6
Instead of continuing to use plugin DSL or Gradle properties to provide Snowflake authentication, we made the
7
7
decision to switch to using the SnowSQL config moving forward.
8
8
This was inspired by the [Snowflake Developer CLI](https://github.com/Snowflake-Labs/snowcli) project, and it seems to
9
-
be a reasonable standard moving forward.
9
+
be a reasonable standard.
10
10
11
11
### Legacy Plugin Application
12
12
Hopefully no one was using the Gradle legacy plugin application, but if so, the coordinates have changed.
@@ -276,7 +276,7 @@ class SampleTest extends Specification {
276
276
```
277
277
278
278
All unit tests in either `src/test/java` (written using JUnit or something else) or `src/test/groovy` (written with Spock)
279
-
we automatically run whenever the `test` or `build` task is executed.
279
+
will automatically run whenever the `test` or `build` task is executed.
280
280
281
281
```shell
282
282
❯ ./gradlew build
@@ -296,7 +296,7 @@ BUILD SUCCESSFUL in 1s
296
296
```
297
297
298
298
All Gradle testing tasks are automatically incremental and cacheable, and would be avoided if executed again without changes to the code in either the source or the spec.
299
-
The same applies for topic of functional testing below.
299
+
The same applies for the topic of functional testing below.
300
300
301
301
### Functional Testing
302
302
[Functional testing](https://en.wikipedia.org/wiki/Functional_testing) describes what the system does,
0 commit comments