|
|
|
@ -36,7 +36,7 @@ allprojects {
|
|
|
|
|
group 'com.fr.design' |
|
|
|
|
version frDevVersion |
|
|
|
|
sourceCompatibility = languageLevelSetting |
|
|
|
|
targetCompatibility = languageLevelSetting |
|
|
|
|
targetCompatibility = languageLevelSetting |
|
|
|
|
|
|
|
|
|
tasks.withType(JavaCompile) { |
|
|
|
|
options.encoding = "UTF-8" |
|
|
|
@ -49,8 +49,8 @@ allprojects {
|
|
|
|
|
idea { |
|
|
|
|
module { |
|
|
|
|
inheritOutputDirs = false |
|
|
|
|
outputDir = file(outputPath +"/classes") |
|
|
|
|
testOutputDir = file(outputPath +"/test-classes") |
|
|
|
|
outputDir = file(outputPath + "/classes") |
|
|
|
|
testOutputDir = file(outputPath + "/test-classes") |
|
|
|
|
languageLevel = new IdeaLanguageLevel(sourceCompatibility) |
|
|
|
|
targetBytecodeVersion = targetCompatibility |
|
|
|
|
} |
|
|
|
|