Skip to content

Commit 26396ef

Browse files
committed
[Fix] Fix pom missing attributes.
1 parent 58052a4 commit 26396ef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bintray.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ install {
2929
repositories.mavenInstaller {
3030
pom {
3131
project {
32+
groupId GROUP
33+
artifactId project.name
34+
version VERSION_NAME
3235
packaging 'aar'
3336
name project.name
3437
description POM_DESCRIPTION

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ org.gradle.jvmargs=-Xmx1536m
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20+
GROUP=me.zhanghai.android.retrofile
2021
VERSION_CODE=1
2122
VERSION_NAME=1.0.0
2223

0 commit comments

Comments
 (0)