Skip to content

Commit

Permalink
Gradle cleanup #2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 374847609
  • Loading branch information
ojw28 committed May 20, 2021
1 parent 45fde20 commit 20fcb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core_settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ project(modulePrefix + 'extension-workmanager').projectDir = new File(rootDir, '

include modulePrefix + 'robolectricutils'
project(modulePrefix + 'robolectricutils').projectDir = new File(rootDir, 'robolectricutils')
include modulePrefix + 'testutils'
project(modulePrefix + 'testutils').projectDir = new File(rootDir, 'testutils')
include modulePrefix + 'testdata'
project(modulePrefix + 'testdata').projectDir = new File(rootDir, 'testdata')
include modulePrefix + 'testutils'
project(modulePrefix + 'testutils').projectDir = new File(rootDir, 'testutils')

0 comments on commit 20fcb42

Please sign in to comment.