File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 ./gradlew wrapper --gradle-version=latest --distribution-type=bin
3838 shell : bash
3939
40+ - name : Sync wrapper into project standards resources
41+ # The Http4kProjectStandards resources bundle a copy of the Gradle
42+ # wrapper that is templated into generated projects. Copy the freshly
43+ # updated wrapper across so the release PR carries the new files too.
44+ run : |
45+ STANDARDS=src/main/resources/org/http4k/typeflows/Http4kProjectStandards
46+ cp gradlew "$STANDARDS/gradlew"
47+ cp gradlew.bat "$STANDARDS/gradlew.bat"
48+ cp gradle/wrapper/gradle-wrapper.jar "$STANDARDS/gradle/wrapper/gradle-wrapper.jar"
49+ cp gradle/wrapper/gradle-wrapper.properties "$STANDARDS/gradle/wrapper/gradle-wrapper.properties"
50+ shell : bash
51+
4052 - name : Check for changes
4153 id : changes
4254 run : |
You can’t perform that action at this time.
0 commit comments