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

bugfix: Include semanticdb plugin path in java options processorpath #2072

Merged
merged 12 commits into from
Jun 28, 2023

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    c50ad06 View commit details
    Browse the repository at this point in the history
  2. Include semanticdb plugin path to javac processorpath

    For projects that use javac processorpath option append semanticdb
    plugin path to avoid compilation errors
    gersonsosa committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1441035 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. refactor: removes bloopConfigDir from test project

    updats sbt to 1.7.2 to match all other projects
    gersonsosa committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    c5643fd View commit details
    Browse the repository at this point in the history
  2. test: unifies similar methods

    removes unnecessary appending "/" before path
    gersonsosa committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    5ea5640 View commit details
    Browse the repository at this point in the history
  3. minor: rename includeSemanticdbInProcessorPath

    Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>
    gersonsosa and tgodzik committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a06f4b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c3472f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    acbee13 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    ed91095 View commit details
    Browse the repository at this point in the history
  2. test: fix expectation of project path

    use project path instead of workspace path to assert semanticdb options
    gersonsosa committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e924ca2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    93dad87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef7ad9 View commit details
    Browse the repository at this point in the history
  3. tests: fix the scala version to a value for frontend test

    set scala-java-processorpath project version to "2.12.18"
    gersonsosa committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1750635 View commit details
    Browse the repository at this point in the history