Skip to content

Commit

Permalink
[编译期版本] 补充提交idemo-annotaion模块的发布配置,提交processor [修改]
Browse files Browse the repository at this point in the history
  • Loading branch information
IvesWang committed Jan 1, 2021
1 parent bfdd497 commit 765dc5d
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion IDemoGenerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// implementation 'cc.ives.idemo:annotation:1.0.0'
implementation 'com.github.IvesWang:idemo-annotation:0.9-alpha16'
implementation 'com.github.IvesWang:idemo-annotation:0.9-alpha17'
// implementation 'com.github.IvesWang:idemo-annotation:1.0.0'

// javapoet
Expand Down
7 changes: 5 additions & 2 deletions IDemoProcessor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'kotlin'// 支持识别kotlin类
id 'kotlin-kapt'
id 'org.jetbrains.kotlin.jvm' // 支持识别kotlin类
id 'maven'
}

java {
Expand Down Expand Up @@ -35,7 +36,7 @@ repositories {
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.github.IvesWang:idemo-annotation:0.9-alpha16'
implementation 'com.github.IvesWang:idemo-annotation:0.9-alpha17'

compileOnly files(org.gradle.internal.jvm.Jvm.current().getToolsJar())

Expand Down Expand Up @@ -70,4 +71,6 @@ compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
}
}
}

apply from:rootProject.file('gradle/gradle-maven-push.gradle')
6 changes: 6 additions & 0 deletions IDemoProcessor/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
POM_NAME=IDemo annotation
POM_ARTIFACT_ID=idemo-processor
POM_PACKAGING=jar
VERSION_NAME=0.9-alpha17
GROUP=com.github.iveswang
POM_DESCRIPTION=processor
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

// implementation 'cc.ives.idemo:annotation:1.0.0'
implementation 'com.github.IvesWang:idemo-annotation:0.9-alpha16'
implementation 'com.github.IvesWang:idemo-annotation:0.9-alpha17'
// implementation 'com.github.IvesWang:idemo-annotation:1.0.0'

kapt files('libs/IDemoProcessor.jar')
Expand Down
Binary file modified app/libs/IDemoProcessor.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion idemo-annotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uploadArchives {
mavenDeployer {
pom.groupId = 'com.github.IvesWang' //groupId
pom.artifactId = 'idemo-annotation' //artifactId
pom.version = '0.9-alpha16' //版本号
pom.version = '0.9-alpha17' //版本号
//本地的Maven地址设置为
repository(url: uri('pkg/'))

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.IvesWang</groupId>
<artifactId>idemo-annotation</artifactId>
<version>0.9-alpha16</version>
<version>0.9-alpha17</version>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
938f294b4793adaa61020e1daf665059
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
342167c091f2dc509c2996febeb3bc291de08a1c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>com.github.IvesWang</groupId>
<artifactId>idemo-annotation</artifactId>
<versioning>
<release>0.9-alpha16</release>
<release>0.9-alpha17</release>
<versions>
<version>0.9-alpha16</version>
<version>0.9-alpha17</version>
</versions>
<lastUpdated>20210101095530</lastUpdated>
<lastUpdated>20210101112255</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c60c1d03bcb0119634ae28045a8f7f82
b7a40d7ffb97a917cba917cfc05e0be0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e18836091aefe9d0715aecdc9245bfce65802072
6519a6f3108b088c177330a6b6af77fd72976c97

0 comments on commit 765dc5d

Please sign in to comment.