Skip to content

Commit ec34114

Browse files
authored
fix(deps): Update dependency gradle to v9 (#374)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | major | `8.14.3` -> `9.1.0` | --- ### Release Notes <details> <summary>gradle/gradle (gradle)</summary> ### [`v9.1.0`](https://redirect.github.com/gradle/gradle/releases/tag/v9.1.0): 9.1.0 [Compare Source](https://redirect.github.com/gradle/gradle/compare/v9.0.0...v9.1.0) The Gradle team is excited to announce Gradle 9.1.0. Here are the highlights of this release: - Full Java 25 support - Native task graph visualization - Enhanced console output [Read the Release Notes](https://docs.gradle.org/9.1.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Eng Zer Jun](https://redirect.github.com/Juneezee), [EunHyunsu](https://redirect.github.com/ehs208), [Gaëtan Muller](https://redirect.github.com/MGaetan89), [HeeChul Yang](https://redirect.github.com/yangchef1), [Jendrik Johannes](https://redirect.github.com/jjohannes), [Johnny Lim](https://redirect.github.com/izeye), [Junho Lee](https://redirect.github.com/junstory), [Kirill Gavrilov](https://redirect.github.com/gavvvr), [Matthew Haughton](https://redirect.github.com/3flex), [Na Minhyeok](https://redirect.github.com/NaMinhyeok), [Philip Wedemann](https://redirect.github.com/hfhbd), [Philipp Schneider](https://redirect.github.com/p-schneider), [Pradyumna C](https://redirect.github.com/pradyumnac26), [r-a-sattarov](https://redirect.github.com/r-a-sattarov), [Ryszard Perkowski](https://redirect.github.com/usultis), [Sebastian Schuberth](https://redirect.github.com/sschuberth), [SebastianHeil](https://redirect.github.com/SebastianHeil), [Staffan Al-Kadhimi](https://redirect.github.com/stafak), [winfriedgerlach](https://redirect.github.com/winfriedgerlach), [Xin Wang](https://redirect.github.com/scaventz). #### Upgrade instructions Switch your build to use Gradle 9.1.0 by updating your wrapper: ./gradlew wrapper --gradle-version=9.1.0 && ./gradlew wrapper See the Gradle [9.x upgrade guide](https://docs.gradle.org/9.1.0/userguide/upgrading_version\_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.1.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://redirect.github.com/gradle). ### [`v9.0.0`](https://redirect.github.com/gradle/gradle/releases/tag/v9.0.0): 9.0.0 [Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.14.3...v9.0.0) The Gradle team is excited to announce Gradle 9.0.0. Here are the highlights of this release: - Configuration Cache is the recommended execution mode - Gradle requires JVM 17 or higher to run - Build scripts use Kotlin 2.2 and Groovy 4.0 - Improved Kotlin DSL script compilation avoidance [Read the Release Notes](https://docs.gradle.org/9.0.0/release-notes.html) We would like to thank the following community members for their contributions to this release of Gradle: [Aaron Matthis](https://redirect.github.com/rapus95), [Adam E](https://redirect.github.com/adam-enko), [Adam S](https://redirect.github.com/aSemy), [Björn Kautler](https://redirect.github.com/Vampire), [Daniel Lacasse](https://redirect.github.com/lacasseio), [Eng Zer Jun](https://redirect.github.com/Juneezee), [EunHyunsu](https://redirect.github.com/ehs208), [FlorianMichael](https://redirect.github.com/FlorianMichael), [Francisco Prieto](https://redirect.github.com/priettt), [Gaëtan Muller](https://redirect.github.com/MGaetan89), [Jake Wharton](https://redirect.github.com/JakeWharton), [Kengo TODA](https://redirect.github.com/KengoTODA), [Kent Kaseda](https://redirect.github.com/kaseken), [Madalin Valceleanu](https://redirect.github.com/vmadalin), [Marc Philipp](https://redirect.github.com/marcphilipp), [Mark S. Lewis](https://redirect.github.com/bestbeforetoday), [Matthew Haughton](https://redirect.github.com/3flex), [Mycroft Wong](https://redirect.github.com/MycroftWong), [Na Minhyeok](https://redirect.github.com/NaMinhyeok), [Nelson Osacky](https://redirect.github.com/runningcode), [Olivier "Oli" Dagenais](https://redirect.github.com/olivierdagenais), [ploober](https://redirect.github.com/ploober), [Radai Rosenblatt](https://redirect.github.com/radai-rosenblatt), [Róbert Papp](https://redirect.github.com/TWiStErRob), [Sebastian Schuberth](https://redirect.github.com/sschuberth), [Victor Merkulov](https://redirect.github.com/urdak). #### Upgrade instructions Switch your build to use Gradle 9.0.0 by updating your wrapper: ./gradlew wrapper --gradle-version=9.0.0 && ./gradlew wrapper See the Gradle [9.0.0 upgrade guide](https://docs.gradle.org/9.0.0/userguide/upgrading_major_version\_9.html) to learn about deprecations, breaking changes and other considerations when upgrading. For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](https://docs.gradle.org/9.0.0/userguide/compatibility.html). #### Reporting problems If you find a problem with this release, please file a bug on [GitHub Issues](https://redirect.github.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss). We hope you will build happiness with Gradle, and we look forward to your feedback via [Twitter](https://twitter.com/gradle) or on [GitHub](https://redirect.github.com/gradle). </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 14791e2 commit ec34114

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

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

gradlew

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -114,7 +114,6 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH="\\\"\\\""
118117

119118

120119
# Determine the Java command to use to start the JVM.
@@ -172,7 +171,6 @@ fi
172171
# For Cygwin or MSYS, switch paths to Windows format before running java
173172
if "$cygwin" || "$msys" ; then
174173
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
175-
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
176174

177175
JAVACMD=$( cygpath --unix "$JAVACMD" )
178176

@@ -212,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
212210

213211
set -- \
214212
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215-
-classpath "$CLASSPATH" \
216213
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217214
"$@"
218215

gradlew.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=
7473

7574

7675
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
76+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7877

7978
:end
8079
@rem End local scope for the variables with windows NT shell

lib/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ plugins {
55
id "com.diffplug.spotless" version "7.2.1"
66
}
77

8-
ext {
9-
javaMainClass = "io.cloudquery.MainClass"
10-
}
11-
128
group 'io.cloudquery'
139
// x-release-please-start-version
1410
version = '0.0.44'
@@ -57,7 +53,7 @@ dependencies {
5753
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
5854
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.1.1'
5955
testImplementation 'org.assertj:assertj-core:3.27.6'
60-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
56+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
6157

6258
runtimeOnly "org.apache.arrow:arrow-memory-netty:18.3.0"
6359
}
@@ -109,10 +105,10 @@ publishing {
109105
}
110106

111107
task runMemDBServe(type: JavaExec) {
108+
mainClass.set("io.cloudquery.MainClass")
112109
group = "Execution"
113110
description = "Start the MemDB plugin server"
114111
classpath = sourceSets.main.runtimeClasspath
115-
main = javaMainClass
116112
args = ["serve"]
117113
jvmArgs = ["--add-opens=java.base/java.nio=ALL-UNNAMED"]
118114
}

0 commit comments

Comments
 (0)