Skip to content

Commit

Permalink
[SW-568] Remove obsolete and failing idea configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Oct 23, 2017
1 parent 874b897 commit 192b106
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
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

0 comments on commit 192b106

Please sign in to comment.