|
|
|
@ -4,7 +4,7 @@ buildscript {
|
|
|
|
|
//mavenCentral() |
|
|
|
|
// maven { url 'https://plugins.gradle.org/m2/' } |
|
|
|
|
//jcenter() |
|
|
|
|
maven { url 'http://192.168.0.200:3081/repository/GradleRep/' } |
|
|
|
|
maven { url 'http://139.9.112.197:3081/repository/GradleRep/' } |
|
|
|
|
} |
|
|
|
|
ext.platformVersion = '1.0.+' |
|
|
|
|
ext.appVersion = '1.0.0' |
|
|
|
@ -44,7 +44,7 @@ configurations {
|
|
|
|
|
} |
|
|
|
|
dependencies { |
|
|
|
|
implementation project(":modules:test") |
|
|
|
|
|
|
|
|
|
implementation 'org.projectlombok:lombok:1.18.28' |
|
|
|
|
implementation 'com.alibaba:easyexcel:2.2.6' |
|
|
|
|
implementation 'com.alibaba:fastjson:1.2.83' |
|
|
|
|
//aem |
|
|
|
@ -70,4 +70,3 @@ dependencies {
|
|
|
|
|
wrapper { |
|
|
|
|
gradleVersion = "6.3" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|