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

com.palantir.baseline-idea should set up groovy test source dirs correctly #532

Open
iamdanfox opened this issue Feb 4, 2019 · 4 comments
Labels

Comments

@iamdanfox
Copy link
Contributor

What happened?

The following snippet is copied and pasted in lots of internal projects:

idea {
    module {
        testSourceDirs += file("src/test/groovy")
    }
}

What did you want to happen?

This should happen automatically if the groovy plugin is applied.

@robert3005
Copy link
Contributor

shouldn't this be handled by gradle itself? All other jvm languages seem to be working ootb

@stale
Copy link

stale bot commented Sep 23, 2019

This issue has been automatically marked as stale because it has not been touched in the last 60 days. Please comment if you'd like to keep it open, otherwise it'll be closed in 7 days time.

@robert3005
Copy link
Contributor

sigh, this had just came up on a pr and I looked at gradle and in fact groovy is not automatically handled in https://github.com/gradle/gradle/blob/master/subprojects/ide/src/main/java/org/gradle/plugins/ide/idea/IdeaPlugin.java#L132-L138

@robert3005
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants