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

Update plugin build and dependencies #105

Merged
merged 4 commits into from
Nov 9, 2022
Merged

Update plugin build and dependencies #105

merged 4 commits into from
Nov 9, 2022

Commits on Nov 5, 2022

  1. Update plugin build and dependencies

    Depends on takari/takari-pom#9
    
    High level changes:
    - updated wrapper to latest
    - uses parent v 50
    - remove/adjust prerequisites (needed only for plugin, parent POM not, etc)
    - get rid of animal sniffer as compiler use `release` flag
    - update plugin dependencies
    - update sources where depedendency introduced change
    - one IT changed: CompileAnnotationProcessingTest as it used source 1.6, that is unsupported by Java 17. Changed to `release 7`
    - update github workflow with distribution
    - styfle/cancel-workflow-action: bump
    
    With these changes the build works okay on Java 17 as well.
    ajayk authored and cstamas committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    bbfa2c9 View commit details
    Browse the repository at this point in the history
  2. More dependencies updates.

    cstamas committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    506ed1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c028ce9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Use released parent 50

    cstamas committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    33acde6 View commit details
    Browse the repository at this point in the history