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

Fix NoSuchElementException inside VssDefinitionProcessor for empty test suit #43

Closed
Chrylo opened this issue Nov 24, 2023 · 0 comments · Fixed by #44
Closed

Fix NoSuchElementException inside VssDefinitionProcessor for empty test suit #43

Chrylo opened this issue Nov 24, 2023 · 0 comments · Fixed by #44

Comments

@Chrylo
Copy link
Contributor

Chrylo commented Nov 24, 2023

Describe the bug
When building an empty test suit and using the KSP VssDefinitionProcessor a NoSuchElementException can be thrown.

To Reproduce
Steps to reproduce the behavior:

  1. Use a GitHub workflow with ./gradlew test without having actual tests

Expected behavior
Green Build

Additional context
Seems to works locally and only occurred with GitHub workflows.

Chrylo added a commit to boschglobal/kuksa-android-sdk that referenced this issue Nov 24, 2023
If the VssDefinition annotation is missing but the processor is
executed then the necessary asset file can't be found.

- Removes a redundant `maven-publish` plugin

close eclipse-kuksa#43

Signed-Off-By: Mark Hüsers <[email protected]>
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 a pull request may close this issue.

1 participant