File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ pluginManagement {
41
41
Then you can apply any of plugins where you need:
42
42
``` kotlin
43
43
plugins {
44
- id(" redmadrobot.kotlin-library" ) version " 0.3 "
45
- id(" redmadrobot.publish" ) version " 0.3 "
46
- id(" redmadrobot.detekt" ) version " 0.3 "
44
+ id(" redmadrobot.kotlin-library" ) version " 0.4 "
45
+ id(" redmadrobot.publish" ) version " 0.4 "
46
+ id(" redmadrobot.detekt" ) version " 0.4 "
47
47
}
48
48
```
49
49
@@ -58,7 +58,7 @@ pluginManagement {
58
58
resolutionStrategy {
59
59
eachPlugin {
60
60
if (requested.id.namespace == " redmadrobot" ) {
61
- useModule(" com.redmadrobot.build:infrastructure:0.3 " )
61
+ useModule(" com.redmadrobot.build:infrastructure:0.4 " )
62
62
}
63
63
}
64
64
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
6
6
group = " com.redmadrobot.build"
7
7
description = " Small plugins to reduce boilerplate in Gradle build scripts."
8
- version = " 0.4-SNAPSHOT "
8
+ version = " 0.4"
9
9
10
10
kotlinDslPluginOptions {
11
11
experimentalWarning.set(false )
You can’t perform that action at this time.
0 commit comments