File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sidebar_label: Configuration
66
77``` kotlin title="root/build.gradle.kts"
88plugins {
9- id(" com.rickbusarow.module-check" ) version " 0.11.2 "
9+ id(" com.rickbusarow.module-check" ) version " 0.11.3 "
1010}
1111
1212moduleCheck {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ pluginManagement {
3737// top-level build.gradle.kts
3838
3939plugins {
40- id(" com.rickbusarow.module-check" ) version " 0.11.2 "
40+ id(" com.rickbusarow.module-check" ) version " 0.11.3 "
4141}
4242```
4343
@@ -59,7 +59,7 @@ pluginManagement {
5959// top-level build.gradle
6060
6161plugins {
62- id 'com.rickbusarow.module-check' version '0.11.2 '
62+ id 'com.rickbusarow.module-check' version '0.11.3 '
6363}
6464```
6565
You can’t perform that action at this time.
0 commit comments