|
|
|
@ -4,15 +4,15 @@ apply plugin: 'java'
|
|
|
|
|
/** |
|
|
|
|
* 可以修改这个变量以依赖不同的开发版本 |
|
|
|
|
*/ |
|
|
|
|
def fineVersion = '11.0-RELEASE-SNAPSHOT' |
|
|
|
|
def fineVersion = '10.0-RELEASE-SNAPSHOT' |
|
|
|
|
|
|
|
|
|
group = 'com.fr.plugin' |
|
|
|
|
version = '11.0' |
|
|
|
|
version = '10.0' |
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
|
mavenLocal() |
|
|
|
|
maven { |
|
|
|
|
url = uri('https://mvn.fanruan.com/repository/maven-public/') |
|
|
|
|
url = uri('http://mvn.finedevelop.com/repository/maven-public/') |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
maven { |
|
|
|
@ -34,10 +34,8 @@ allprojects {
|
|
|
|
|
apply plugin: 'java' |
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
implementation 'com.install4j:install4j-runtime:8.0.4' |
|
|
|
|
implementation 'com.fr.third:fine-third:' + 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.webui:fine-webui:' + fineVersion |
|
|
|
|
implementation 'com.fr.datasource:fine-datasource:' + fineVersion |
|
|
|
@ -55,7 +53,6 @@ allprojects {
|
|
|
|
|
implementation 'org.swingexplorer:swag:1.0' |
|
|
|
|
implementation 'org.apache.tomcat:tomcat-catalina:8.5.32' |
|
|
|
|
implementation 'org.apache.tomcat:tomcat-jasper:8.5.32' |
|
|
|
|
implementation 'org.apache.tomcat:tomcat-websocket:8.5.32' |
|
|
|
|
implementation 'mysql:mysql-connector-java:5.1.44' |
|
|
|
|
implementation 'com.fr.third:jxbrowser:6.23.1' |
|
|
|
|
implementation group:"com.fr.third", name: isWindows() ? "jxbrowser-win64" :"jxbrowser-mac",version:"6.23.1" |
|
|
|
|