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

docs: ParselyTracker comments to Javadoc style #71

Merged
merged 6 commits into from
Sep 15, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    6f0200f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b5732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    821facf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. build: add javadoc.jar to release artifacts

    Even though it might not be completely neccessary as the SDK is
    open source, other open source libraries do share generated javadoc.jar
    files so we follow this convention.
    wzieba committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7698d47 View commit details
    Browse the repository at this point in the history
  2. build: increase max metaspace size

    Dokka, API documentation engine, needs more metaspace space than the
    default Gradle value (384m). Increasing it to 2g as suggested by
    authors.
    wzieba committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cd3aa1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389186d View commit details
    Browse the repository at this point in the history