Skip to content

Commit

Permalink
Remove duplicate extraJavaModuleInfo block
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Mar 10, 2024
1 parent 0df97c6 commit dcfa9b3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions matcher-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ dependencies {
runtimeOnly "org.tinylog:slf4j-tinylog:${tinylog_version}"
}

extraJavaModuleInfo {
failOnMissingModuleInfo.set(false) // because of transitive dependencies

// JCommander
automaticModule("com.beust:jcommander", "jcommander")
}

application {
mainClass = 'matcher.cli.Main'
}
Expand Down

0 comments on commit dcfa9b3

Please sign in to comment.