javacc / javaccPlugin

A JavaCC plugin for Gradle
MIT License
33 stars 16 forks source link

Remove calls to setMain (deprecated in Gradle 7) #59

Closed zbynek closed 1 year ago

zbynek commented 1 year ago

Fixes #56

This also increases the minimum Gradle version to 6.4.

codecov-commenter commented 1 year ago

Codecov Report

Base: 87.73% // Head: 87.73% // No change to project coverage :thumbsup:

Coverage data is based on head (6ca01dc) compared to base (59cd9f7). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #59 +/- ## ========================================= Coverage 87.73% 87.73% Complexity 149 149 ========================================= Files 23 23 Lines 432 432 Branches 28 28 ========================================= Hits 379 379 Misses 49 49 Partials 4 4 ``` | [Impacted Files](https://codecov.io/gh/javacc/javaccPlugin/pull/59?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [.../javacc/programexecution/JavaccExecutorAction.java](https://codecov.io/gh/javacc/javaccPlugin/pull/59/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3VicHJvamVjdHMvcGx1Z2luL3NyYy9tYWluL2phdmEvb3JnL2phdmFjYy9wbHVnaW4vZ3JhZGxlL2phdmFjYy9wcm9ncmFtZXhlY3V0aW9uL0phdmFjY0V4ZWN1dG9yQWN0aW9uLmphdmE=) | `100.00% <100.00%> (ø)` | | | [...e/javacc/programexecution/JjdocExecutorAction.java](https://codecov.io/gh/javacc/javaccPlugin/pull/59/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3VicHJvamVjdHMvcGx1Z2luL3NyYy9tYWluL2phdmEvb3JnL2phdmFjYy9wbHVnaW4vZ3JhZGxlL2phdmFjYy9wcm9ncmFtZXhlY3V0aW9uL0pqZG9jRXhlY3V0b3JBY3Rpb24uamF2YQ==) | `100.00% <100.00%> (ø)` | | | [.../javacc/programexecution/JjtreeExecutorAction.java](https://codecov.io/gh/javacc/javaccPlugin/pull/59/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3VicHJvamVjdHMvcGx1Z2luL3NyYy9tYWluL2phdmEvb3JnL2phdmFjYy9wbHVnaW4vZ3JhZGxlL2phdmFjYy9wcm9ncmFtZXhlY3V0aW9uL0pqdHJlZUV4ZWN1dG9yQWN0aW9uLmphdmE=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.