Skip to content

Commit c9a69ba

Browse files
chore(deps): Update gradle and github actions
1 parent bce0cb0 commit c9a69ba

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0"
44
[versions]
55
asm = "9.8"
66
goomph = "4.3.0"
7-
gradlePluginPublish = "1.3.1"
7+
gradlePluginPublish = "2.0.0"
88
immutables = "2.11.3"
99
indra = "3.2.0"
1010
jetbrainsAnnotations = "26.0.2"

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.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
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.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313
}
1414

1515
plugins {
16-
id "org.gradle.toolchains.foojay-resolver-convention" version "0.10.0"
16+
id "org.gradle.toolchains.foojay-resolver-convention" version "1.0.0"
1717
}
1818

1919
dependencyResolutionManagement {

0 commit comments

Comments
 (0)