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

[SW-568] Remove obsolete and failing idea configuration #423

Merged
merged 1 commit into from Oct 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions gradle/itest.gradle
Expand Up @@ -3,14 +3,6 @@
//


// FIXME: this is not necessary anymore with new version of Idea
idea {
module {
jdkName='inheried'
testSourceDirs += file('src/integTest/scala')
}
}

sourceSets {
integTest {
scala.srcDir file('src/integTest/scala')
Expand Down
8 changes: 0 additions & 8 deletions gradle/python.gradle
Expand Up @@ -34,11 +34,3 @@ check.dependsOn test
if (!project.plugins.hasPlugin('idea')) {
apply plugin: 'idea'
}
// FIXME: this is not necessary anymore with new version of Idea
idea {
module {
inheritOutputDirs = false
outputDir = file('py/build/main')
testOutputDir = file('py/build/test')
}
}
7 changes: 0 additions & 7 deletions gradle/scriptsTest.gradle
@@ -1,13 +1,6 @@
//
// Script tests support
//
// FIXME: this is not necessary anymore with new version of Idea
idea {
module {
jdkName='inheried'
testSourceDirs += file('src/scriptsTest/scala')
}
}

sourceSets {
scriptsTest {
Expand Down