|
|
@ -4,11 +4,11 @@ apply plugin: 'java' |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 可以修改这个变量以依赖不同的开发版本 |
|
|
|
* 可以修改这个变量以依赖不同的开发版本 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
def fineVersion = '10.0.19.2021.09.18' |
|
|
|
def fineVersion = '11.0.3.2022.03.02' |
|
|
|
def finebiVersion = '5.1.17.2021.10.16' |
|
|
|
def finebiVersion = '5.1.21.2022.03.01' |
|
|
|
|
|
|
|
|
|
|
|
group = 'com.fr.plugin' |
|
|
|
group = 'com.fr.plugin' |
|
|
|
version = '10.0' |
|
|
|
version = '11.0' |
|
|
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
repositories { |
|
|
|
mavenLocal() |
|
|
|
mavenLocal() |
|
|
@ -31,6 +31,7 @@ dependencies { |
|
|
|
implementation 'com.fr.third:fine-third:' + fineVersion |
|
|
|
implementation 'com.fr.third:fine-third:' + fineVersion |
|
|
|
implementation 'com.fr.activator:fine-activator:' + fineVersion |
|
|
|
implementation 'com.fr.activator:fine-activator:' + fineVersion |
|
|
|
implementation 'com.fr.core:fine-core:' + fineVersion |
|
|
|
implementation 'com.fr.core:fine-core:' + fineVersion |
|
|
|
|
|
|
|
implementation 'com.fr.cbb:fine-cbb:' + fineVersion |
|
|
|
implementation 'com.fr.webui:fine-webui:' + fineVersion |
|
|
|
implementation 'com.fr.webui:fine-webui:' + fineVersion |
|
|
|
implementation 'com.fr.datasource:fine-datasource:' + fineVersion |
|
|
|
implementation 'com.fr.datasource:fine-datasource:' + fineVersion |
|
|
|
implementation 'com.fr.decision:fine-decision:' + fineVersion |
|
|
|
implementation 'com.fr.decision:fine-decision:' + fineVersion |
|
|
|