Skip to content

Commit

Permalink
disables gradle modules feature (#751)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
  • Loading branch information
OlegDokuka committed Mar 8, 2020
1 parent c66dfb8 commit 2f71f73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -96,6 +96,10 @@ subprojects {
}
}

tasks.withType(GenerateModuleMetadata) {
enabled = false
}

plugins.withType(JavaPlugin) {
compileJava {
sourceCompatibility = 1.8
Expand Down

0 comments on commit 2f71f73

Please sign in to comment.