Skip to content

Commit f675d3e

Browse files
chore: Adjust *.gradle files for box-java-sdk(box/box-codegen#804) (#1386)
1 parent e5c2675 commit f675d3e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "3fbcb0c", "specHash": "ec8720b", "version": "0.1.0" }
1+
{ "engineHash": "3ba449c", "specHash": "ec8720b", "version": "0.1.0" }

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id "org.gradle.test-retry" version "${testRetryVersion}"
1010
}
1111
group = "com.box"
12-
archivesBaseName = "box-java-sdk-gen"
12+
archivesBaseName = "box-java-sdk"
1313
version = "0.1.0"
1414
java {
1515
sourceCompatibility = JavaVersion.toVersion(libraryJavaVersion)
@@ -63,13 +63,13 @@ test {
6363
}
6464
publishing {
6565
publications {
66-
boxJavaSdkGen(MavenPublication) {
66+
boxJavaSdk(MavenPublication) {
6767
from components.java
6868
pom {
6969
artifactId = project.getArchivesBaseName()
70-
name = "Box Java SDK Gen"
71-
description = "Official Box Java Generated SDK."
72-
url = "https://opensource.box.com/box-java-sdk-gen/"
70+
name = "Box Java SDK"
71+
description = "Official Box Java SDK."
72+
url = "https://opensource.box.com/box-java-sdk/"
7373
packaging = "jar"
7474
licenses {
7575
license {
@@ -89,9 +89,9 @@ publishing {
8989
}
9090

9191
scm {
92-
connection = "scm:git:https://github.com/box/box-java-sdk-gen.git"
93-
developerConnection = "scm:git:https://github.com/box/box-java-sdk-gen.git"
94-
url = "https://github.com/box/box-java-sdk-gen"
92+
connection = "scm:git:https://github.com/box/box-java-sdk.git"
93+
developerConnection = "scm:git:https://github.com/box/box-java-sdk.git"
94+
url = "https://github.com/box/box-java-sdk"
9595
}
9696

9797
}
@@ -114,7 +114,7 @@ signing {
114114
// org.bouncycastle:bc-fips:1.0.2.1 libray preset in our Docker machines which is
115115
// not compatible with Gradle implementation
116116
useGpgCmd()
117-
sign publishing.publications.boxJavaSdkGen
117+
sign publishing.publications.boxJavaSdk
118118
}
119119
def centralUsername = project.findProperty("centralUsername")
120120
def centralPassword = project.findProperty("centralPassword")

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "box-java-sdk-gen"
1+
rootProject.name = "box-java-sdk"

0 commit comments

Comments
 (0)