File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The main build file should look as follows:
6464
6565``` groovy
6666plugins {
67- id 'org.javamodularity.moduleplugin' version '1.8.10 ' apply false
67+ id 'org.javamodularity.moduleplugin' version '1.8.11 ' apply false
6868}
6969
7070subprojects {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildScan {
1313}
1414
1515group ' org.javamodularity'
16- version ' 1.8.10 '
16+ version ' 1.8.11 '
1717
1818sourceCompatibility = 11
1919targetCompatibility = 11
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.javamodularity.moduleplugin' version ' 1.8.10 ' apply false
2+ id ' org.javamodularity.moduleplugin' version ' 1.8.11 ' apply false
33}
44
55subprojects {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
44 kotlin(" jvm" ) version " 1.3.72" apply false
5- id(" org.javamodularity.moduleplugin" ) version " 1.8.10 " apply false
5+ id(" org.javamodularity.moduleplugin" ) version " 1.8.11 " apply false
66}
77
88subprojects {
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.javamodularity.moduleplugin' version ' 1.8.10 ' apply false
2+ id ' org.javamodularity.moduleplugin' version ' 1.8.11 ' apply false
33}
44
55subprojects {
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.javamodularity.moduleplugin' version ' 1.8.10 ' apply false
2+ id ' org.javamodularity.moduleplugin' version ' 1.8.11 ' apply false
33}
44
55subprojects {
You can’t perform that action at this time.
0 commit comments