Skip to content

Commit 8af13ab

Browse files
stewartbrysongithub-actions[bot]
authored andcommitted
Updating README and examples.
1 parent 2c88014 commit 8af13ab

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ is automatically applied by the `snowflake` plugin:
6262
```groovy
6363
plugins {
6464
id 'java'
65-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
65+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
6666
}
6767
```
6868

@@ -221,7 +221,7 @@ Our `plugins` DSL from the build file:
221221
plugins {
222222
id 'java'
223223
id 'groovy' // needed for Spock testing framework
224-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
224+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
225225
}
226226
```
227227

@@ -298,7 +298,7 @@ functionalTest(JvmTestSuite) {
298298
all {
299299
useSpock('2.3-groovy-3.0')
300300
dependencies {
301-
implementation "io.github.stewartbryson:gradle-snowflake-plugin:2.1.15"
301+
implementation "io.github.stewartbryson:gradle-snowflake-plugin:2.1.16"
302302
}
303303
testTask.configure {
304304
failFast true

examples/groovy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'groovy'
3-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
3+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
44
}
55

66
repositories {

examples/java-external-stage/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
3+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
44
}
55

66
repositories {

examples/java-testing/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'groovy' // needed for Spock testing framework
4-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
4+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
55
id 'com.adarshr.test-logger' version '4.0.0' // added for testing
66
id 'com.github.ben-manes.versions' version '0.51.0'
77
}
@@ -44,7 +44,7 @@ testing {
4444
all {
4545
useSpock('2.3-groovy-3.0')
4646
dependencies {
47-
implementation "io.github.stewartbryson:gradle-snowflake-plugin:2.1.15"
47+
implementation "io.github.stewartbryson:gradle-snowflake-plugin:2.1.16"
4848
}
4949
testTask.configure {
5050
failFast true

examples/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
3+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
44
}
55

66
repositories {

examples/kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "org.jetbrains.kotlin.jvm" version "1.8.21"
3-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
3+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
44
}
55

66
repositories {

examples/scala/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'scala'
33
id 'com.github.ben-manes.versions' version '0.51.0'
4-
id 'io.github.stewartbryson.snowflake' version '2.1.15'
4+
id 'io.github.stewartbryson.snowflake' version '2.1.16'
55
}
66

77
repositories {

0 commit comments

Comments
 (0)