Skip to content

Commit cd0816f

Browse files
committed
Remove javamodularity.moduleplugin
1 parent 0d15fbf commit cd0816f

8 files changed

Lines changed: 11 additions & 59 deletions

File tree

.idea/compiler.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/All_in_SimpleApp_test.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/runConfigurations/SimpleApp__build_.xml renamed to .idea/runConfigurations/Build.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Dockerfile.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/runConfigurations/MainApp.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.idea/runConfigurations/SimpleApp__sonarqube_.xml renamed to .idea/runConfigurations/Sonarqube.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[versions]
2-
javamodularity-moduleplugin = '1.8.15'
32
sonarqube = '6.2.0.5505'
43
jacocolog = '3.1.0'
54
spotbugs = '6.2.2'
@@ -16,7 +15,6 @@ io-micronaut = '4.5.4'
1615
apiguardian-api = '1.1.2'
1716

1817
[plugins]
19-
javamodularity-moduleplugin = { id = 'org.javamodularity.moduleplugin', version.ref = 'javamodularity-moduleplugin' }
2018
sonarqube = { id = 'org.sonarqube', version.ref = 'sonarqube' }
2119
jacocolog = { id = 'org.barfuin.gradle.jacocolog', version.ref = 'jacocolog' }
2220
spotbugs = { id = 'com.github.spotbugs', version.ref = 'spotbugs' }

mnt/build.gradle

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id 'java-library'
3-
alias(libs.plugins.javamodularity.moduleplugin)
43
alias(libs.plugins.johnrengelman.shadow)
54
alias(libs.plugins.micronaut.application)
65
alias(libs.plugins.micronaut.library)
@@ -47,12 +46,4 @@ micronaut {
4746
optimizeNetty = true
4847
replaceLogbackXml = true
4948
}
50-
}
51-
52-
tasks {
53-
test {
54-
moduleOptions {
55-
runOnClasspath = true
56-
}
57-
}
58-
}
49+
}

0 commit comments

Comments
 (0)