Skip to content

Commit 5e5442f

Browse files
authored
conect-2653 Upgrade gradle and components (#15)
1 parent 9ab1e99 commit 5e5442f

File tree

6 files changed

+69
-36
lines changed

6 files changed

+69
-36
lines changed

build.gradle

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import org.eclipse.jgit.api.errors.RefAlreadyExistsException
22

33
plugins {
44
id 'java'
5-
id 'com.google.protobuf' version '0.8.18'
5+
id 'com.google.protobuf' version '0.9.4'
66
id 'idea'
7-
id 'org.ajoberstar.grgit' version '4.1.1'
8-
id 'io.github.gradle-nexus.publish-plugin' version "1.1.0"
7+
id 'org.ajoberstar.grgit' version '5.2.2'
8+
id 'io.github.gradle-nexus.publish-plugin' version "1.3.0"
99
}
1010

1111
group = "com.transferwise.envoy"
@@ -36,8 +36,16 @@ java {
3636
withJavadocJar()
3737
}
3838

39-
def grpcVersion = '1.45.1'
40-
def protobufVersion = '3.20.1'
39+
tasks.withType(Jar).configureEach {
40+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
41+
}
42+
43+
tasks.withType(Javadoc).configureEach {
44+
options.addStringOption('Xdoclint:none', '-quiet')
45+
}
46+
47+
def grpcVersion = '1.54.1'
48+
def protobufVersion = '3.21.12'
4149
def protocVersion = protobufVersion
4250

4351
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.34.10-1
1+
version=1.34.10-3
22
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

gradle/wrapper/gradle-wrapper.jar

-15.6 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 31 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)