File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ jobs:
70
70
- uses : ./.github/actions/setup-java
71
71
- name : Download latest Eclipse Dash
72
72
run : |
73
- curl -L https://repo.eclipse.org/service/local/artifact/maven/redirect\?r\=dash-licenses\&g\=org.eclipse.dash\&a\=org.eclipse.dash.licenses\&v\=LATEST --output dash.jar
73
+ curl -L https://repo.eclipse.org/service/local/artifact/maven/redirect\?r\=dash-licenses\&g\=org.eclipse.dash\&a\=org.eclipse.dash.licenses\&v\=LATEST --output dash.jar
74
74
- name : Regenerate DEPENDENCIES
75
75
run : |
76
- ./gradlew allDependencies | ack -Poh "(?<=\s)[\w.-]+:[\w.-]+:[^:\s\[\]]+" | sort | uniq | java -jar dash.jar - -summary DEPENDENCIES-gen
76
+ ./gradlew allDependencies | grep -Poh "(?<=\s)[\w.-]+:[\w.-]+:[^:\s\[\]]+" | sort | uniq | java -jar dash.jar - -summary DEPENDENCIES-gen
77
77
- name : Check for differences
78
78
run : |
79
79
diff DEPENDENCIES DEPENDENCIES-gen
You can’t perform that action at this time.
0 commit comments