File tree Expand file tree Collapse file tree 12 files changed +18
-32
lines changed
Expand file tree Collapse file tree 12 files changed +18
-32
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111}
1212
1313plugins {
14- id ' com.vanniktech.maven.publish' version ' 0.24 .0'
14+ id ' com.vanniktech.maven.publish' version ' 0.34 .0'
1515 id ' com.diffplug.spotless' version ' 6.25.0'
1616}
1717
@@ -42,17 +42,17 @@ if (JavaVersion.current().isJava8Compatible()) {
4242}
4343
4444task javadocJar (type : Jar ) {
45- classifier = ' javadoc'
45+ archiveClassifier . set( ' javadoc' )
4646 from javadoc
4747}
4848
4949task sourcesJar (type : Jar ) {
50- classifier = ' sources'
50+ archiveClassifier . set( ' sources' )
5151 from sourceSets. main. allSource
5252}
5353
5454task fatJar (type : Jar ) {
55- classifier = ' all'
55+ archiveClassifier . set( ' all' )
5656 duplicatesStrategy = DuplicatesStrategy . EXCLUDE
5757 from {
5858 configurations. runtimeClasspath. collect { it. isDirectory() ? it : zipTree(it) }
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ POM_DEVELOPER_ID=dropbox-sign-api-team
2424POM_DEVELOPER_NAME =Dropbox Sign API Team
2525POM_DEVELOPER_URL =https://hellosign.com
2626
27- SONATYPE_HOST =S01
2827RELEASE_SIGNING_ENABLED =true
2928
3029SONATYPE_CONNECT_TIMEOUT_SECONDS =300
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11distributionBase=GRADLE_USER_HOME
22distributionPath=wrapper/dists
3- { {^useCustomTemplateCode} }
43distributionUrl=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} }
94networkTimeout=10000
105validateDistributionUrl=true
116zipStoreBase=GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ POM_DEVELOPER_ID={{developerId}}
2525POM_DEVELOPER_NAME={ {developerName} }
2626POM_DEVELOPER_URL={ {developerOrganizationUrl} }
2727
28- SONATYPE_HOST=S01
2928RELEASE_SIGNING_ENABLED=true
3029
3130SONATYPE_CONNECT_TIMEOUT_SECONDS=300
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
2525
2626{ {#useCustomTemplateCode} }
2727plugins {
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
@@ -136,17 +136,17 @@ if (JavaVersion.current().isJava8Compatible()) {
136136}
137137
138138task javadocJar(type: Jar) {
139- classifier = ' javadoc'
139+ archiveClassifier.set( ' javadoc' )
140140 from javadoc
141141}
142142
143143task sourcesJar(type: Jar) {
144- classifier = ' sources'
144+ archiveClassifier.set( ' sources' )
145145 from sourceSets.main.allSource
146146}
147147
148148task fatJar(type: Jar) {
149- classifier = ' all'
149+ archiveClassifier.set( ' all' )
150150 duplicatesStrategy = DuplicatesStrategy.EXCLUDE
151151 from {
152152 configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111}
1212
1313plugins {
14- id ' com.vanniktech.maven.publish' version ' 0.24 .0'
14+ id ' com.vanniktech.maven.publish' version ' 0.34 .0'
1515 id ' com.diffplug.spotless' version ' 6.25.0'
1616}
1717
@@ -42,17 +42,17 @@ if (JavaVersion.current().isJava8Compatible()) {
4242}
4343
4444task javadocJar (type : Jar ) {
45- classifier = ' javadoc'
45+ archiveClassifier . set( ' javadoc' )
4646 from javadoc
4747}
4848
4949task sourcesJar (type : Jar ) {
50- classifier = ' sources'
50+ archiveClassifier . set( ' sources' )
5151 from sourceSets. main. allSource
5252}
5353
5454task fatJar (type : Jar ) {
55- classifier = ' all'
55+ archiveClassifier . set( ' all' )
5656 duplicatesStrategy = DuplicatesStrategy . EXCLUDE
5757 from {
5858 configurations. runtimeClasspath. collect { it. isDirectory() ? it : zipTree(it) }
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ POM_DEVELOPER_ID=dropbox-sign-api-team
2424POM_DEVELOPER_NAME =Dropbox Sign API Team
2525POM_DEVELOPER_URL =https://hellosign.com
2626
27- SONATYPE_HOST =S01
2827RELEASE_SIGNING_ENABLED =true
2928
3029SONATYPE_CONNECT_TIMEOUT_SECONDS =300
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11distributionBase=GRADLE_USER_HOME
22distributionPath=wrapper/dists
3- { {^useCustomTemplateCode} }
43distributionUrl=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} }
94networkTimeout=10000
105validateDistributionUrl=true
116zipStoreBase=GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments