|
|
@ -118,5 +118,7 @@ dependencies { |
|
|
|
//使用本地jar |
|
|
|
//使用本地jar |
|
|
|
implementation fileTree(dir: 'lib', include: ['**/*.jar']) |
|
|
|
implementation fileTree(dir: 'lib', include: ['**/*.jar']) |
|
|
|
implementation fileTree(dir: libPath, include: ['**/*.jar']) |
|
|
|
implementation fileTree(dir: libPath, include: ['**/*.jar']) |
|
|
|
|
|
|
|
compileOnly 'com.fanruan.hihidata:fine-core:10.0-qfx-20210126' |
|
|
|
|
|
|
|
compileOnly 'com.fr.decision:fine-decision:10.0.8.2020.07.23' |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|