|
|
@ -6,9 +6,8 @@ plugins { |
|
|
|
id 'com.fr.common' version '1.0-SNAPSHOT' |
|
|
|
id 'com.fr.common' version '1.0-SNAPSHOT' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 模块参数 |
|
|
|
|
|
|
|
ext { |
|
|
|
ext { |
|
|
|
frVersion = "10.0-FEATURE-SNAPSHOT" |
|
|
|
frVersion = "" |
|
|
|
outputPath = "build" |
|
|
|
outputPath = "build" |
|
|
|
ignoreTestFailureSetting = true |
|
|
|
ignoreTestFailureSetting = true |
|
|
|
languageLevelSetting = 1.8 |
|
|
|
languageLevelSetting = 1.8 |
|
|
@ -16,6 +15,10 @@ ext { |
|
|
|
|
|
|
|
|
|
|
|
apply from: 'globalConfigHook.gradle' |
|
|
|
apply from: 'globalConfigHook.gradle' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(versions.frVersion){ |
|
|
|
|
|
|
|
frVersion = versions.frVersion |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
compile project(':design-i18n-report') |
|
|
|
compile project(':design-i18n-report') |
|
|
|
compile project(':design-i18n-chart') |
|
|
|
compile project(':design-i18n-chart') |
|
|
|