Skip to content

Commit

Permalink
[chore] Add version to JPMS modules
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 7, 2021
1 parent 9222da2 commit 9d33d88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,16 @@ idea {
}

subprojects { subproj ->
if (!subproj.name.contains('guide')) {
if (!subproj.name.contains('guide') && !subproj.name.contains('bom')) {
apply plugin: 'java-library'
apply plugin: 'org.jonnyzzz.java9c'
apply plugin: 'org.javamodularity.moduleplugin'

dependencies {
testImplementation 'junit:junit:4.13.2'
}

modularity.moduleVersion(project.version)

license {
mapping {
fxml = 'XML_STYLE'
Expand Down

0 comments on commit 9d33d88

Please sign in to comment.