Skip to content
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

Replace install local script with Gradle task #656

Merged
merged 2 commits into from
Feb 18, 2022

Conversation

seadowg
Copy link
Member

@seadowg seadowg commented Feb 9, 2022

Closes #654

Had some spare time near the end of the day so took care of this.

What has been done to verify that this works as intended?

Tried locally.

Why is this the best possible solution? Were any other approaches considered?

Discussed in the issue.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

No change to users just provides a helper script for development.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

This will need followed up with a change to the Collect README.

@seadowg seadowg force-pushed the install-local branch 2 times, most recently from 84c5b6f to 9a0b562 Compare February 9, 2022 16:42
@@ -66,12 +66,33 @@ jar {
}
}

// Useful for testing
task explodedJar(type: Copy) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need this now we have installLocal.

@seadowg seadowg marked this pull request as ready for review February 9, 2022 17:34
Copy link
Member

@lognaturel lognaturel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about delay. Saw it, loved it, swamped. A wonderfully simple solution. 😍

@lognaturel lognaturel merged commit 329143e into getodk:master Feb 18, 2022
@seadowg seadowg deleted the install-local branch February 21, 2022 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

install-local-version is platform-dependent
2 participants