Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0d9b68a

Browse files
committed
reenable tests on two workflows
1 parent b1cabfa commit 0d9b68a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/groovy-joint-workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,4 @@ jobs:
157157
with:
158158
arguments: |
159159
build
160-
-x groovydoc
161-
-x test
162-
-x integrationTest
160+
-x groovydoc

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.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)