0.2.1 增加gaea.app gaea.mongo模块功能

This commit is contained in:
2020-05-16 14:49:16 +08:00
parent 69dbf4afd1
commit 12d6332d6d
57 changed files with 992 additions and 135 deletions

View File

@@ -15,31 +15,31 @@ buildscript {
}
allprojects {
group 'com.synebula'
version version
}
subprojects {
ext {
version '0.2.0'
version '0.2.1'
spring_version = "2.0.0.RELEASE"
}
group 'com.synebula'
version project.version
apply plugin: 'idea'
buildscript {
repositories {
mavenLocal()
maven { url 'http://maven.aliyuMongoRepositoryn.com/nexus/content/groups/public/' }
mavenCentral()
}
}
repositories {
mavenLocal()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
}
}
subprojects {
buildscript {
repositories {
mavenLocal()
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
}
}
apply plugin: 'idea'
apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: 'maven'