Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
494d35eb
Commit
494d35eb
authored
Jul 07, 2022
by
万齐军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统一api版本,修改api groupId
parent
8368ee89
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
9 additions
and
66 deletions
+9
-66
build.gradle
api/confide/build.gradle
+0
-2
build.gradle
api/consultant/build.gradle
+0
-2
build.gradle
api/course/build.gradle
+0
-2
build.gradle
api/dynamic/build.gradle
+0
-2
build.gradle
api/fm/build.gradle
+0
-2
build.gradle
api/home/build.gradle
+0
-2
build.gradle
api/im/build.gradle
+0
-2
build.gradle
api/tests/build.gradle
+0
-2
build.gradle
api/user/build.gradle
+0
-2
build.gradle
build.gradle
+6
-2
config.gradle
config.gradle
+1
-45
maven_push.gradle
maven_push.gradle
+0
-0
publish.gradle
publish.gradle
+2
-1
No files found.
api/confide/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.4'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/consultant/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.3'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/course/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.0'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/dynamic/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.0'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/fm/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.0'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/home/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.0'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/im/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.3'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/tests/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.0'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
api/user/build.gradle
View file @
494d35eb
...
...
@@ -2,8 +2,6 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
from:
"../../publish.gradle"
version
=
'1.0.0'
android
{
compileSdkVersion
rootProject
.
ext
.
android
[
"compileSdkVersion"
]
buildToolsVersion
rootProject
.
ext
.
android
[
"buildToolsVersion"
]
...
...
build.gradle
View file @
494d35eb
...
...
@@ -16,6 +16,7 @@ buildscript {
ydlVersion
=
'0.0.0.0-a'
moduleVersion
=
'0.0.0.0-b'
apiVersion
=
"a.b.c"
}
repositories
{
maven
{
...
...
@@ -37,12 +38,15 @@ buildscript {
}
}
allprojects
{
p
->
if
(
p
.
name
.
startsWith
(
"
ydl-"
))
{
if
(
p
.
path
.
startsWith
(
":
ydl-"
))
{
p
.
version
=
ydlVersion
}
if
(
p
.
name
.
startsWith
(
"
m-"
))
{
if
(
p
.
path
.
startsWith
(
":
m-"
))
{
p
.
version
=
moduleVersion
}
if
(
p
.
path
.
startsWith
(
":api:"
))
{
p
.
version
=
apiVersion
}
repositories
{
//壹点灵android maven私服 开发版
maven
{
...
...
config.gradle
View file @
494d35eb
ext
{
dev_mode
=
false
//组件发布的时候需要设置为false
ydl2PublishVersion
=
"0.2.0.4-SNAPSHOT"
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.50"
,
"m-consultant"
:
"0.0.60.78"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.72"
,
"m-home"
:
"0.0.24.09"
,
"m-im"
:
"0.0.21.69"
,
"m-dynamic"
:
"0.0.7.80"
,
"m-article"
:
"0.0.0.11"
,
"m-muse"
:
"0.0.28.87"
,
"m-tests"
:
"0.0.24.24"
,
"m-course"
:
"0.0.43.39"
,
//-------------- 功能组件 --------------
//mdt 组件
"ydl-tuicore"
:
"0.0.25"
,
//第一步
"ydl-platform"
:
"0.0.41.54"
,
//第二步 若干
"ydl-webview"
:
"0.2.0.7"
,
"ydl-media"
:
"0.0.21.52"
,
"ydl-pay"
:
"0.0.18.21"
,
"m-audioim"
:
"0.0.49.30.23"
,
"ydl-flutter-base"
:
"0.0.14.44"
,
//以下 几乎不会动
"router"
:
"0.0.1"
,
"ydl-net"
:
"0.0.3.94"
,
"ydl-utils"
:
"0.0.3.12"
,
//-------------- 业务模块 API 层 --------------
"m-home-api"
:
"0.0.4.4"
,
"ydl-tuicore"
:
"0.0.25"
]
ydl_app
=
[
appName
:
"壹点灵心理咨询"
,
...
...
@@ -224,17 +191,6 @@ ext {
"ydl-media"
:
"com.ydl:ydl-media:${ydlVersion}"
,
"ydl-pay"
:
"com.ydl:ydl-pay:${ydlVersion}"
,
"m-audioim"
:
"com.ydl:m-audioim:${ydlVersion}"
,
//业务组件 <<--- 最后发这些(只发改过的)
"ydl-m-user-api"
:
"com.ydl:m-user-api:1.0.0"
,
"ydl-m-fm-api"
:
"com.ydl:m-fm-api:1.0.0"
,
"ydl-m-tests-api"
:
"com.ydl:m-tests-api:1.0.0"
,
"ydl-m-im-api"
:
"com.ydl:m-im-api:1.0.3"
,
"ydl-m-home-api"
:
"com.ydl:m-home-api:1.0.0"
,
"ydl-m-consultant-api"
:
"com.ydl:m-consultant-api:1.0.0"
,
"ydl-m-dynamic-api"
:
"com.ydl:m-dynamic-api:1.0.0"
,
"ydl-m-confide-api"
:
"com.ydl:m-confide-api:1.0.4"
,
"ydl-m-course-api"
:
"com.ydl:m-course-api:1.0.0"
,
]
}
maven_push.gradle
deleted
100644 → 0
View file @
8368ee89
publish.gradle
View file @
494d35eb
...
...
@@ -52,6 +52,7 @@ afterEvaluate {
}
else
{
pVersion
=
project
.
version
}
def
isApiModule
=
project
.
path
.
startsWith
(
":api:"
)
publishing
{
publications
{
if
(
multiComponent
.
contains
(
project
.
path
))
{
...
...
@@ -71,7 +72,7 @@ afterEvaluate {
}
}
else
{
component
(
MavenPublication
)
{
group
'com.ydl'
group
isApiModule
?
'com.ydl.api'
:
'com.ydl'
version
pVersion
from
components
.
release
artifact
sourceJar
(
getName
(),
"${project.projectDir}"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment