File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -130,12 +130,12 @@ ext {
130130 groupId : group,
131131 artifactId : artifactId,
132132 version : version,
133- name : " My Company Java SDK " ,
134- description : " SDK enabling Java developers to easily integrate with the My Company API ." ,
133+ name : " Clerk Backend API " ,
134+ description : " The Clerk REST Backend API, meant to be accessed by backend servers ." ,
135135 publicationName : " maven"
136136 ]
137137}
138138
139139apply from : ' publishing.gradle'
140140
141- apply from : ' build-extras.gradle'
141+ apply from : ' build-extras.gradle'
Original file line number Diff line number Diff line change @@ -45,28 +45,24 @@ afterEvaluate {
4545 ]
4646 name = config. name
4747 description = config. description
48- url = ' https://github.com/owner/repo '
48+ url = ' https://github.com/clerk/clerk-sdk-java '
4949 scm {
50- url = ' github.com/owner/repo '
51- connection = ' scm:git:ssh://git@github.com/owner/repo .git'
50+ url = ' https:// github.com/clerk/clerk-sdk-java '
51+ connection = ' scm:git:ssh://git@github.com/clerk/clerk-sdk-java .git'
5252 }
5353 licenses {
5454 license {
55- name = ' The MIT License (MIT) '
56- url = ' https://mit-license.org/ '
55+ name = ' MIT License'
56+ url = ' https://github.com/clerk/clerk-sdk-java/blob/main/LICENSE '
5757 }
5858 }
5959 developers {
6060 developer {
61- name = ' My Company '
62- organization = ' My Company '
63- email = ' info@mycompany .com'
61+ id = ' clerk '
62+ name = ' Clerk '
63+ url = ' https://clerk .com'
6464 }
6565 }
66- organization {
67- name = ' My Company'
68- url = ' www.mycompany.com'
69- }
7066 }
7167 }
7268 }
You can’t perform that action at this time.
0 commit comments