Skip to content

Commit

Permalink
Make the else block of our root build.gradle a little safer.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 2, 2020
1 parent 678412b commit c35837c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ subprojects {
implementation 'com.diffplug.durian:durian-collect:1.2.0'
}
} else {
assert it.name == 'durian-globals.dev'
ext.maven_name='DurianGlobals (Dev API)'
ext.maven_desc="Developer API for testable globals (don't ship!)"
dependencies {
Expand Down

0 comments on commit c35837c

Please sign in to comment.