Skip to content

Commit

Permalink
Fix NPE when importing from IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Nov 17, 2016
1 parent f7781b4 commit 6c2c96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/idea.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ subprojects {
idea {
module {
// add slf4j-simple to TEST scope
scopes.TEST.plus.add(rootProject.configurations.slf4j_simple)
scopes.TEST?.plus?.add(rootProject.configurations.slf4j_simple)
}
}
}
Expand Down

0 comments on commit 6c2c96e

Please sign in to comment.