Skip to content

Commit 250c302

Browse files
Update dependency gradle to v8.13 (#1279)
* Update dependency gradle to v8.13 * Remove `testType` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <[email protected]>
1 parent c61bcb0 commit 250c302

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ testing.suites {
7373
}
7474
}
7575
register<JvmTestSuite>("integrationTest") {
76-
testType = TestSuiteType.INTEGRATION_TEST
7776
targets.configureEach {
7877
testTask {
7978
val docsDir = file("src/docs")
@@ -84,7 +83,6 @@ testing.suites {
8483
}
8584
}
8685
register<JvmTestSuite>("functionalTest") {
87-
testType = TestSuiteType.FUNCTIONAL_TEST
8886
targets.configureEach {
8987
testTask {
9088
// Required to enable `IssueExtension` for all tests.

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.1-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)