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

Creating IDE Specific configuration with gradle #262

Merged
merged 1 commit into from
Jun 20, 2020

Commits on May 23, 2020

  1. Creating IDE Specific configuration with gradle

    I added a small build.gradle file, which uses gradle dsl, as i found it
    easiert to manipulate xml with. This snippet will add the issue link to
    idea on each sync.
    
    The questions to answer is, if we want to stick to groovy and mix kotlin
    and groovy dsl. Which might be a bad idea. Sadly i have not had the time
    to check if there is a convenient way to do so.
    
    I just want to show this, and cross check if that might be suitable for
    our cause or not. (i think at least for now it is)
    
    closes: junit-pioneer#229
    Simon Schrottner committed May 23, 2020
    Configuration menu
    Copy the full SHA
    f4a15f2 View commit details
    Browse the repository at this point in the history