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 @@ -40,9 +40,9 @@ pluginManagement {
4040Then you can apply any of plugins where you need:
4141``` kotlin
4242plugins {
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 "
4646}
4747```
4848
@@ -57,7 +57,7 @@ pluginManagement {
5757 resolutionStrategy {
5858 eachPlugin {
5959 if (requested.id.namespace == " redmadrobot" ) {
60- useModule(" com.redmadrobot.build:infrastructure:0.2 " )
60+ useModule(" com.redmadrobot.build:infrastructure:0.3 " )
6161 }
6262 }
6363 }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66group = " com.redmadrobot.build"
77description = " Small plugins to reduce boilerplate in Gradle build scripts."
8- version = " 0.3-SNAPSHOT "
8+ version = " 0.3"
99
1010kotlinDslPluginOptions {
1111 experimentalWarning.set(false )
You can’t perform that action at this time.
0 commit comments