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

Feature/76 finish gradle plugin #108

Merged
merged 9 commits into from
Dec 5, 2023

Conversation

lheimbs
Copy link
Contributor

@lheimbs lheimbs commented Dec 5, 2023

This adds a notification when the configuration was successfully overwritten.
The IPC is achieved via simple udp server (intellij plugin) and client (partner plugin)

@lheimbs lheimbs force-pushed the Feature/76-Finish-Gradle-Plugin branch 2 times, most recently from a4ebbb3 to e0cae9c Compare December 5, 2023 19:48
Felix-012 and others added 9 commits December 5, 2023 20:53
Signed-off-by: Lennart Heimbs <[email protected]>
This disables
- "CatchException" because in this simple case I want to catch ALL exceptions
- "JUnitPublicNonTestMethod" because spock methods dont get detected as
  unit test methods
- "MethodName" because stringyfied method names get flagged for some
  reason

Signed-off-by: Lennart Heimbs <[email protected]>
@lheimbs lheimbs force-pushed the Feature/76-Finish-Gradle-Plugin branch from e0cae9c to 63043d1 Compare December 5, 2023 19:54
@timherzig
Copy link
Contributor

From a tired quick look it looks good to me, the overriding seems to work and is notified about in the terminal.

@brianneoberson brianneoberson merged commit bd95c1a into main Dec 5, 2023
7 checks passed
@brianneoberson brianneoberson deleted the Feature/76-Finish-Gradle-Plugin branch December 5, 2023 21:12
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.

4 participants