|
|
@ -4,10 +4,10 @@ apply plugin: 'java' |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 可以修改这个变量以依赖不同的开发版本 |
|
|
|
* 可以修改这个变量以依赖不同的开发版本 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
def fineVersion = '11.0-RELEASE-SNAPSHOT' |
|
|
|
def fineVersion = '10.0-RELEASE-SNAPSHOT' |
|
|
|
|
|
|
|
|
|
|
|
group = 'com.fr.plugin' |
|
|
|
group = 'com.fr.plugin' |
|
|
|
version = '11.0' |
|
|
|
version = '10.0' |
|
|
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
repositories { |
|
|
|
mavenLocal() |
|
|
|
mavenLocal() |
|
|
@ -37,7 +37,6 @@ allprojects { |
|
|
|
implementation 'com.install4j:install4j-runtime:8.0.4' |
|
|
|
implementation 'com.install4j:install4j-runtime:8.0.4' |
|
|
|
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.cbb:fine-cbb:' + fineVersion |
|
|
|
|
|
|
|
implementation 'com.fr.core:fine-core:' + fineVersion |
|
|
|
implementation 'com.fr.core:fine-core:' + 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 |
|
|
|