File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
1113group ' 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
2630def grpcVersion = ' 1.76.0'
2731def protobufVersion = ' 4.33.0'
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-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments