File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ pluginManagement {
40
40
Then you can apply any of plugins where you need:
41
41
``` kotlin
42
42
plugins {
43
- id(" redmadrobot.kotlin-library" ) version " 0.2 "
44
- id(" redmadrobot.publish" ) version " 0.2 "
45
- id(" redmadrobot.detekt" ) version " 0.2 "
43
+ id(" redmadrobot.kotlin-library" ) version " 0.3 "
44
+ id(" redmadrobot.publish" ) version " 0.3 "
45
+ id(" redmadrobot.detekt" ) version " 0.3 "
46
46
}
47
47
```
48
48
@@ -57,7 +57,7 @@ pluginManagement {
57
57
resolutionStrategy {
58
58
eachPlugin {
59
59
if (requested.id.namespace == " redmadrobot" ) {
60
- useModule(" com.redmadrobot.build:infrastructure:0.2 " )
60
+ useModule(" com.redmadrobot.build:infrastructure:0.3 " )
61
61
}
62
62
}
63
63
}
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.3-SNAPSHOT "
8
+ version = " 0.3"
9
9
10
10
kotlinDslPluginOptions {
11
11
experimentalWarning.set(false )
You can’t perform that action at this time.
0 commit comments