You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/build.gradle
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ project.artifacts {
108
108
archives project.tasks.fatJar
109
109
}
110
110
111
-
defdescription="The client-side library for Java developers is a separate JAR from the LabKey Server code base. It can be used by any Java program, including another Java web application."
111
+
deflibDescription="The client-side library for Java developers is a separate JAR from the LabKey Server code base. It can be used by any Java program, including another Java web application."
112
112
def orgUrl ="http://www.labkey.org"
113
113
114
114
project.afterEvaluate {
@@ -128,7 +128,16 @@ project.afterEvaluate {
128
128
}
129
129
pom {
130
130
name ="LabKey Server Java Client API"
131
-
description ="The client-side library for Java developers is a separate JAR from the LabKey Server code base. It can be used by any Java program, including another Java web application."
131
+
description = libDescription
132
+
url = orgUrl
133
+
developers {
134
+
developer {
135
+
id ='lakbkey-team'
136
+
name ='The LabKey Development Team'
137
+
organization ='LabKey.org'
138
+
organizationUrl ='http://www.labkey.org'
139
+
}
140
+
}
132
141
licenses {
133
142
license {
134
143
name ='The Apache License, Version 2.0'
@@ -198,7 +207,7 @@ if (project.hasProperty('bintray_user')
0 commit comments