File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ is automatically applied by the `snowflake` plugin:
62
62
``` groovy
63
63
plugins {
64
64
id 'java'
65
- id 'io.github.stewartbryson.snowflake' version '2.1.15 '
65
+ id 'io.github.stewartbryson.snowflake' version '2.1.16 '
66
66
}
67
67
```
68
68
@@ -221,7 +221,7 @@ Our `plugins` DSL from the build file:
221
221
plugins {
222
222
id 'java'
223
223
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 '
225
225
}
226
226
```
227
227
@@ -298,7 +298,7 @@ functionalTest(JvmTestSuite) {
298
298
all {
299
299
useSpock('2.3-groovy-3.0')
300
300
dependencies {
301
- implementation "io.github.stewartbryson:gradle-snowflake-plugin:2.1.15 "
301
+ implementation "io.github.stewartbryson:gradle-snowflake-plugin:2.1.16 "
302
302
}
303
303
testTask.configure {
304
304
failFast true
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' groovy'
3
- id ' io.github.stewartbryson.snowflake' version ' 2.1.15 '
3
+ id ' io.github.stewartbryson.snowflake' version ' 2.1.16 '
4
4
}
5
5
6
6
repositories {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' io.github.stewartbryson.snowflake' version ' 2.1.15 '
3
+ id ' io.github.stewartbryson.snowflake' version ' 2.1.16 '
4
4
}
5
5
6
6
repositories {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
3
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 '
5
5
id ' com.adarshr.test-logger' version ' 4.0.0' // added for testing
6
6
id ' com.github.ben-manes.versions' version ' 0.51.0'
7
7
}
@@ -44,7 +44,7 @@ testing {
44
44
all {
45
45
useSpock(' 2.3-groovy-3.0' )
46
46
dependencies {
47
- implementation " io.github.stewartbryson:gradle-snowflake-plugin:2.1.15 "
47
+ implementation " io.github.stewartbryson:gradle-snowflake-plugin:2.1.16 "
48
48
}
49
49
testTask. configure {
50
50
failFast true
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' io.github.stewartbryson.snowflake' version ' 2.1.15 '
3
+ id ' io.github.stewartbryson.snowflake' version ' 2.1.16 '
4
4
}
5
5
6
6
repositories {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
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 '
4
4
}
5
5
6
6
repositories {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' scala'
3
3
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 '
5
5
}
6
6
7
7
repositories {
You can’t perform that action at this time.
0 commit comments