We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8980e2d commit ece8c27Copy full SHA for ece8c27
gradle/publish.gradle
@@ -29,6 +29,14 @@ afterEvaluate {
29
url = "https://github.com/greenrobot/EventBus"
30
}
31
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
+
40
developers {
41
developer {
42
id = "greenrobot"
0 commit comments