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

WIP monitor gradle projects with kotlin build scripts #129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 7, 2019

  1. test gradle projects

    add tests for gradle DSLs
    - groovy
    - kotlin
    import fails for gradle kotlin DSL
    lmmarsano committed May 7, 2019
    Configuration menu
    Copy the full SHA
    3eccb21 View commit details
    Browse the repository at this point in the history
  2. detect gradle kotlin DSL files

    convert `project-types` local variable to a custom variable for
    extendability
    include build.gradle.kts to detect all gradle projects
    update glob patterns to watch these files
    lmmarsano committed May 7, 2019
    Configuration menu
    Copy the full SHA
    44b77e7 View commit details
    Browse the repository at this point in the history