|
|
@ -9,6 +9,7 @@ plugins { |
|
|
|
// 模块参数 |
|
|
|
// 模块参数 |
|
|
|
ext { |
|
|
|
ext { |
|
|
|
frVersion = "" |
|
|
|
frVersion = "" |
|
|
|
|
|
|
|
cbbVersion = "" |
|
|
|
outputPath = "build" |
|
|
|
outputPath = "build" |
|
|
|
ignoreTestFailureSetting = true |
|
|
|
ignoreTestFailureSetting = true |
|
|
|
languageLevelSetting = 1.8 |
|
|
|
languageLevelSetting = 1.8 |
|
|
@ -60,6 +61,8 @@ allprojects { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
|
|
|
|
implementation 'com.fr.essential:fine-essential:' + cbbVersion |
|
|
|
|
|
|
|
implementation 'com.fr.cbb:fine-universal-skeleton:' + cbbVersion |
|
|
|
implementation 'com.install4j:install4j-runtime:8.0.4' |
|
|
|
implementation 'com.install4j:install4j-runtime:8.0.4' |
|
|
|
implementation 'com.fr.third:jxbrowser:6.23' |
|
|
|
implementation 'com.fr.third:jxbrowser:6.23' |
|
|
|
implementation 'com.fr.third:jxbrowser-mac:6.23' |
|
|
|
implementation 'com.fr.third:jxbrowser-mac:6.23' |
|
|
|