Skip to content

Commit 33cdc31

Browse files
chore(deps): Update build deps and github actions (#97)
* chore(deps): Update build deps and github actions * chore(build): remove testType setting from buildscript Gradle removed this I guess? --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zml <[email protected]>
1 parent 2201763 commit 33cdc31

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ subprojects {
4444
implementation(project())
4545
implementation(project(":spongegradle-testlib"))
4646
}
47-
testType.set(TestSuiteType.FUNCTIONAL_TEST)
4847
targets {
4948
testTargets.forEach { runtimeVersion ->
5049
register("functionalTestJava$runtimeVersion") {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "1.0"
33

44
[versions]
55
indra = "3.1.3"
6-
pluginPublish = "1.3.0"
6+
pluginPublish = "1.3.1"
77
spotless = "6.25.0"
88
junit = "5.9.3"
99
mammoth = "1.4.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.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)