Skip to content

Commit ece8c27

Browse files
Publishing: add license back to POM.
1 parent 8980e2d commit ece8c27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gradle/publish.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ afterEvaluate {
2929
url = "https://github.com/greenrobot/EventBus"
3030
}
3131

32+
licenses {
33+
license {
34+
name = "The Apache Software License, Version 2.0"
35+
url = "https://www.apache.org/licenses/LICENSE-2.0.txt"
36+
distribution = "repo"
37+
}
38+
}
39+
3240
developers {
3341
developer {
3442
id = "greenrobot"

0 commit comments

Comments
 (0)