Skip to content

Commit 7e2f5ba

Browse files
Fixing java release details
1 parent 269bfc2 commit 7e2f5ba

File tree

6 files changed

+2
-14
lines changed

6 files changed

+2
-14
lines changed

sdks/java-v1/templates/gradle-wrapper.properties.mustache

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
{{^useCustomTemplateCode}}
43
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
5-
{{/useCustomTemplateCode}}
6-
{{#useCustomTemplateCode}}
7-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
8-
{{/useCustomTemplateCode}}
94
networkTimeout=10000
105
validateDistributionUrl=true
116
zipStoreBase=GRADLE_USER_HOME

sdks/java-v1/templates/gradle.properties.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ POM_DEVELOPER_ID={{developerId}}
2525
POM_DEVELOPER_NAME={{developerName}}
2626
POM_DEVELOPER_URL={{developerOrganizationUrl}}
2727

28-
SONATYPE_HOST=S01
2928
RELEASE_SIGNING_ENABLED=true
3029

3130
SONATYPE_CONNECT_TIMEOUT_SECONDS=300

sdks/java-v1/templates/libraries/jersey2/build.gradle.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525

2626
{{#useCustomTemplateCode}}
2727
plugins {
28-
id 'com.vanniktech.maven.publish' version '0.24.0'
28+
id 'com.vanniktech.maven.publish' version '0.34.0'
2929
id 'com.diffplug.spotless' version '6.25.0'
3030
}
3131

sdks/java-v2/templates/gradle-wrapper.properties.mustache

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
{{^useCustomTemplateCode}}
43
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
5-
{{/useCustomTemplateCode}}
6-
{{#useCustomTemplateCode}}
7-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
8-
{{/useCustomTemplateCode}}
94
networkTimeout=10000
105
validateDistributionUrl=true
116
zipStoreBase=GRADLE_USER_HOME

sdks/java-v2/templates/gradle.properties.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ POM_DEVELOPER_ID={{developerId}}
2525
POM_DEVELOPER_NAME={{developerName}}
2626
POM_DEVELOPER_URL={{developerOrganizationUrl}}
2727

28-
SONATYPE_HOST=S01
2928
RELEASE_SIGNING_ENABLED=true
3029

3130
SONATYPE_CONNECT_TIMEOUT_SECONDS=300

sdks/java-v2/templates/libraries/jersey3/build.gradle.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525

2626
{{#useCustomTemplateCode}}
2727
plugins {
28-
id 'com.vanniktech.maven.publish' version '0.24.0'
28+
id 'com.vanniktech.maven.publish' version '0.34.0'
2929
id 'com.diffplug.spotless' version '6.25.0'
3030
}
3131

0 commit comments

Comments
 (0)