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

feat: Switch analytics config to use a zip dependency instead of local files #30

Open
wants to merge 2 commits into
base: release/v1.x
Choose a base branch
from

Conversation

Cervator
Copy link
Member

Applies a slightly tweaked version of the setup we use in the engine. Trying to improve the setup a bit each time, like where the files go.

To test: gradlew check should work

Drawbacks: the Checkstyle config isn't injected into IntelliJ as an option for the IDE plugin 😞 We used to hack that in via idea task but the import-via-Gradle approach bypasses that. Could probably check part of the .idea directory in, but if we start doing that for multiple projects then that just seems like trading one instance of duplication (store analytics config files in every repo) for another (maintain .idea files in every repo)

Wonder if a custom Gradle plugin could help somehow, we already do have one started ...

Only applying to v1.x for now, but if merged we should update elsewhere too.

@Cervator Cervator added Type: Improvement Request for or addition/enhancement of a feature Type: Question Issue intended to help understanding something that is unclear labels Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement Request for or addition/enhancement of a feature Type: Question Issue intended to help understanding something that is unclear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant