File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 java-version : 21
2020
2121 - name : Generate and submit dependency graph
22- uses : gradle/actions/dependency-submission@v4
22+ uses : gradle/actions/dependency-submission@v5
2323 env :
2424 DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS : " (?i)(^|:)(compileClasspath|runtimeClasspath|testCompileClasspath|testRuntimeClasspath)$"
2525 DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS : " (?i)(^|:)(classpath|.*PluginClasspath|kotlinCompilerClasspath|kaptClasspath|annotationProcessor|detachedConfiguration.*)$"
Original file line number Diff line number Diff line change 2525 run : ./gradlew check -x test -Ptask.times=true --continue
2626
2727 - name : Validate Gradle wrapper
28- uses : gradle/actions/wrapper-validation@v4
28+ uses : gradle/actions/wrapper-validation@v5
You can’t perform that action at this time.
0 commit comments