Skip to content

Commit

Permalink
update gradle, dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jan 26, 2025
1 parent cf44fd9 commit 8e1a3cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencyResolutionManagement {
create("libs") {
version("projectVersion", projectVersion)

plugin("versions", "com.github.ben-manes.versions").version("0.51.0")
plugin("versions", "com.github.ben-manes.versions").version("0.52.0")
plugin("test-logger", "com.adarshr.test-logger").version("4.0.0")
plugin("spotbugs", "com.github.spotbugs").version("6.0.27")
plugin("cabe", "com.dua3.cabe").version("3.0.1")
plugin("spotbugs", "com.github.spotbugs").version("6.1.3")
plugin("cabe", "com.dua3.cabe").version("3.0.2")

version("dua3-utility", "15.1.1")
version("dua3-utility", "15.2.0-SNAPSHOT")
version("javafx", "23")
version("jspecify", "1.0.0")
version("log4j-bom", "2.24.3")
Expand Down

0 comments on commit 8e1a3cf

Please sign in to comment.