Skip to content

Commit

Permalink
Bump gradle-modules-plugin to version 1.8.12 (#135)
Browse files Browse the repository at this point in the history
1.8.12 fixes the Kotlin 1.7 issue
  • Loading branch information
Nxllpointer authored Sep 23, 2022
1 parent 0354d1a commit 8debd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation gradleApi()

implementation 'com.google.gradle:osdetector-gradle-plugin:1.7.0'
implementation 'org.javamodularity:moduleplugin:1.8.10'
implementation 'org.javamodularity:moduleplugin:1.8.12'

testImplementation gradleTestKit()
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
Expand Down

0 comments on commit 8debd33

Please # to comment.