Closed heeisenbeergg closed 3 years ago
Thanks for that, mate. I shall check it out later this weekend too.
On Sat, Jan 30, 2021 at 12:40 PM Lucas William Cristovão < notifications@github.com> wrote:
Quoted by Miere #272 (comment) https://github.com/Skullabs/kikaha/issues/272#issue-569209791
Due to old API being used, build breaks due to lack of compatibility of a few features. Once build though it is still runnable on 3.x version of Maven. Expected behaviour
Should be possible to build the Maven plugin using:
- modern version of the JDK
- modern Maven 3.6 or superior
This PR has the expected behaviors:
- modern version of the JDK
- modern Maven 3.6 or superior
Note: I ran the tests using kikaha in version 2.1.10.Final because in version 2.1.10-SNAPSHOT does not compile.
You can view, comment on, or merge this pull request online at:
https://github.com/Skullabs/kikaha/pull/281 Commit Summary
- feat: add lombok version 1.18.18 to maven-compiler-plugin
- fix: add javax.annotation as dependency on kikaha-injection
File Changes
- M kikaha-injection/pom.xml https://github.com/Skullabs/kikaha/pull/281/files#diff-25da63a50894317a217eff1e59be9e6d24eeeca3fe850f1bf58ad7749da88b77 (5)
- M kikaha-maven-plugin/pom.xml https://github.com/Skullabs/kikaha/pull/281/files#diff-ed4629b5691dbc26cc04b950ed5b5f15aa76fa3a0041aa8b0fe5f372094d827d (9)
Patch Links:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Skullabs/kikaha/pull/281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD7NUAASOA72626NLS3SQTS4NPRFANCNFSM4WZZ3LRQ .
Quoted by Miere https://github.com/Skullabs/kikaha/issues/272#issue-569209791
This PR has the expected behaviors:
Note: I ran the tests using kikaha in version 2.1.10.Final because in version 2.1.10-SNAPSHOT does not compile.