|
|
@ -49,8 +49,8 @@ allprojects { |
|
|
|
idea { |
|
|
|
idea { |
|
|
|
module { |
|
|
|
module { |
|
|
|
inheritOutputDirs = false |
|
|
|
inheritOutputDirs = false |
|
|
|
outputDir = file(outputPath +"/classes") |
|
|
|
outputDir = file(outputPath + "/classes") |
|
|
|
testOutputDir = file(outputPath +"/test-classes") |
|
|
|
testOutputDir = file(outputPath + "/test-classes") |
|
|
|
languageLevel = new IdeaLanguageLevel(sourceCompatibility) |
|
|
|
languageLevel = new IdeaLanguageLevel(sourceCompatibility) |
|
|
|
targetBytecodeVersion = targetCompatibility |
|
|
|
targetBytecodeVersion = targetCompatibility |
|
|
|
} |
|
|
|
} |
|
|
|