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 JitPack builds #336

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Fix JitPack builds #336

merged 2 commits into from
Sep 6, 2024

Commits on Aug 27, 2024

  1. Pin jitpack maven version compatible with the compiler plugin

    The default maven version on jitpack (3.6.1) fails to build
    commonmark-java with
    
    [ERROR] Failed to execute goal
    org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile)
    on project commonmark-test-util: The plugin
    org.apache.maven.plugins:maven-compiler-plugin:3.13.0 requires Maven
    version 3.6.3
    zampino committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6bfb5f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Use maven wrapper instead of configuring jitpack

    script generated with 'mvn wrapper:wrapper -Dmaven=3.6.3'
    zampino committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0e979ef View commit details
    Browse the repository at this point in the history