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

Support reading classes from resulting jar #99

Merged
merged 5 commits into from Oct 20, 2022
Merged

Support reading classes from resulting jar #99

merged 5 commits into from Oct 20, 2022

Commits on Sep 28, 2022

  1. Support reading classes from resulting jar and allow configuring task…

    …s without registering extension
    ilya-g committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    426323e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. KotlinApiBuildTask finds extension by itself looking up in the projec…

    …t hierarchy
    
    If there's an ApiValidationExtension somewhere in the project or in its parent projects,
    it uses its properties as defaults for the corresponding task properties.
    It is still possible to instantiate a task without extension and to set or override properties
    individually.
    ilya-g committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    658faf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Make inputJar source override inputClassesDirs

    It allows to use the default task setup created by BCV plugin and only configure
    input jar to switch to another source of classes.
    ilya-g committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5830331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d835c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a548393 View commit details
    Browse the repository at this point in the history