|
|
@ -1,5 +1,5 @@ |
|
|
|
import org.gradle.plugins.ide.idea.model.IdeaLanguageLevel |
|
|
|
|
|
|
|
import org.gradle.internal.os.OperatingSystem |
|
|
|
import org.gradle.internal.os.OperatingSystem |
|
|
|
|
|
|
|
import org.gradle.plugins.ide.idea.model.IdeaLanguageLevel |
|
|
|
|
|
|
|
|
|
|
|
plugins { |
|
|
|
plugins { |
|
|
|
id 'java' |
|
|
|
id 'java' |
|
|
@ -75,7 +75,7 @@ allprojects { |
|
|
|
implementation 'org.apache.tomcat:tomcat-catalina:8.5.72' |
|
|
|
implementation 'org.apache.tomcat:tomcat-catalina:8.5.72' |
|
|
|
implementation 'org.apache.tomcat:tomcat-websocket:8.5.72' |
|
|
|
implementation 'org.apache.tomcat:tomcat-websocket:8.5.72' |
|
|
|
implementation 'io.socket:socket.io-client:0.7.0' |
|
|
|
implementation 'io.socket:socket.io-client:0.7.0' |
|
|
|
implementation 'com.fr.third:fine-third:' + frVersion |
|
|
|
implementation('com.fr.third:fine-third:' + frVersion) { exclude group: "com.fr.cbb", module: "fine-cbb" } |
|
|
|
implementation 'com.fr.core:fine-core:' + frDevVersion |
|
|
|
implementation 'com.fr.core:fine-core:' + frDevVersion |
|
|
|
implementation 'com.fr.activator:fine-activator:' + frVersion |
|
|
|
implementation 'com.fr.activator:fine-activator:' + frVersion |
|
|
|
implementation 'com.fr.datasource:fine-datasource:' + frVersion |
|
|
|
implementation 'com.fr.datasource:fine-datasource:' + frVersion |
|
|
|