-
-
Notifications
You must be signed in to change notification settings - Fork 45
Restructure gradle files #1612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Restructure gradle files #1612
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
a9f8cf7
start trying to separate into 2 build.gradle files
amstone326 1244956
some prgoress
amstone326 4ef6880
Merge branch 'master' into reconfigure-gradle
amstone326 84d4630
new structure is working
amstone326 805d32a
change consumer apps builder script to work with new gradle structure
amstone326 3aee922
undo change to gradlew
amstone326 0f7538a
move unit-tests dir into app/
amstone326 1a2bec2
trying overriding getAppManifest in CommCareTestRunner to fix test fa…
amstone326 08d34a9
Revert "trying overriding getAppManifest in CommCareTestRunner to fix…
amstone326 c8ed4bf
change gitignore so that missing test files show up
amstone326 55ebe43
replace newline
amstone326 a3902df
fix path to core classes in CommCareTestApplication
amstone326 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to remove
*.propertiesand**/.settings/from .gitignore in order for these 2 files within theunit-testsdirectory to be properly recognized as having moved: https://github.com/dimagi/commcare-android/blob/master/unit-tests/.settings/org.eclipse.jdt.core.prefs and https://github.com/dimagi/commcare-android/blob/master/unit-tests/resources/robolectric.properties. I'm not sure how they were previously being recognized with these lines in there.