File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ jobs:
133133 rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradle/wrapper/gradle-wrapper.jar
134134 rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradle/wrapper/gradle-wrapper.properties
135135 rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradlew
136+ rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/gradlew.bat
136137 rm -f ${{ steps.extract_repository_name.outputs.repository_name }}/.asf.yaml
137138 - name : " Download CHECKSUMS.txt and rename to CHECKSUMS"
138139 env :
Original file line number Diff line number Diff line change @@ -15,4 +15,13 @@ See licenses/LICENSE-MIT.txt for the full license terms.
1515jdMenu.js
1616This product includes software from jdmMenu.js, licensed under MIT License.
1717Copyright (c) 2006,2007 Jonathan Sharp (http://jdsharp.us).
18+ See licenses/LICENSE-MIT.txt for the full license terms.
19+
20+ The following files are licensed under the MIT:
21+
22+ plugin-ui/plugin/grails-app/assets/javascripts/jquery/jquery.jdMenu.js
23+ plugin-ui/plugin/grails-app/assets/javascripts/jquery/jquery.positionBy.js
24+ plugin-ui/plugin/grails-app/assets/stylesheets/jquery.jdMenu.slate.css
25+ plugin-ui/plugin/grails-app/assets/stylesheets/jquery.jdMenu.css
26+
1827See licenses/LICENSE-MIT.txt for the full license terms.
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ cleanup() {
3838}
3939trap cleanup ERR
4040
41+ cd " ${DOWNLOAD_LOCATION} "
4142echo " Downloading KEYS file ..."
4243curl -sSfLO " https://dist.apache.org/repos/dist/release/grails/KEYS"
4344echo " ✅ KEYS Downloaded"
@@ -70,8 +71,9 @@ echo "✅ RAT passed"
7071
7172echo " Verifying Reproducible Build ..."
7273set +e # because we have known issues here
73- verify-reproducible.sh " ${DOWNLOAD_LOCATION} "
74+ " ${SCRIPT_DIR} / verify-reproducible.sh" " ${DOWNLOAD_LOCATION} "
7475set -e
7576echo " ✅ Reproducible Build Verified"
7677
77- echo " ✅✅✅ Verification finished, see above instructions for remaining manual testing."
78+ echo " ✅✅✅ Verification finished, see above instructions for remaining manual testing."
79+ cd " ${CWD} "
You can’t perform that action at this time.
0 commit comments