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

Schalk/debug groovy project issue #700

Merged
merged 1 commit into from
Jan 8, 2024

Commits on Jan 8, 2024

  1. Handle AsciidoctoJ closure extensions in face of Gradle instrumentation

    - On Gradle 7.6 - 8.3, leak some Gradle libraries onto the classpath
      in order to allow closure extensions to still work.
    - On Gradle 8.4+, throw an exception and tell the build script author
      to convert the closure into a string or place it in a file.
    - Add support for providers to strings or files.
    - Allow for external dependencies to be added.
    
    Closes #697
    ysb33r committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    25b1ba4 View commit details
    Browse the repository at this point in the history