Browse Source

Configure Continuous Integration ....

master
zhangqiyang 6 months ago
parent
commit
a012f4f8a5
  1. 5
      build.gradle

5
build.gradle

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

Loading…
Cancel
Save