Skip to content

Commit 42b70ff

Browse files
Merge branch 'main' into renovate/grpc-java-monorepo
2 parents 398bd20 + dc8d5d3 commit 42b70ff

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ plugins {
66
id "maven-publish"
77
}
88

9-
mainClassName = 'main.Main'
9+
application {
10+
mainClass = 'main.Main'
11+
}
1012

1113
group 'io.cloudquery'
1214
// x-release-please-start-version
@@ -20,8 +22,10 @@ repositories {
2022
mavenLocal()
2123
}
2224

23-
sourceCompatibility = 1.8
24-
targetCompatibility = 1.8
25+
java {
26+
sourceCompatibility = 1.8
27+
targetCompatibility = 1.8
28+
}
2529

2630
def grpcVersion = '1.76.0'
2731
def protobufVersion = '4.33.0'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)