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.
2 parents e02a2d7 + f6b66ee commit 7ac5174Copy full SHA for 7ac5174
intercom-java/build.gradle
@@ -74,12 +74,24 @@ uploadArchives {
74
description 'Java bindings for the Intercom API'
75
url 'https://github.com/intercom/intercom-java'
76
77
+ scm {
78
+ url 'http://github.com/intercom/intercom-java/tree/master'
79
+ }
80
+
81
licenses {
82
license {
83
name 'The Apache License, Version 2.0'
84
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
85
}
86
87
88
+ developers {
89
+ developer {
90
+ id 'intercom'
91
+ name 'Intercom'
92
+ email '[email protected]'
93
94
95
96
97
0 commit comments