File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,10 @@ As a _guide_, this project focuses on:
125
125
hand: get your build to complain (_ fail_ ) locally before sharing with your
126
126
team, or fail in CI before deployment
127
127
128
+ These can be summed up as a _ Software supply chain_ : ensuring reliable,
129
+ trusted software from local development through ready-to-deploy:
130
+ ** Build with confidence** .
131
+
128
132
But ... you ** must** judge and measure the advice here against your own
129
133
systems and processes.
130
134
Some things (many or most things) may work for you:
@@ -190,10 +194,10 @@ After cloning or forking this project to your machine, try out the local build
190
194
that makes sense for you:
191
195
192
196
``` shell
193
- $ ./gradlew build # Local-only build
194
197
$ earthly +build-with-gradle # CI build with Earthly
195
- $ ./mvnw verify # Local-only build
196
198
$ earthly +build-with-maven # CI build with Earthly
199
+ $ ./gradlew build # Local-only build
200
+ $ ./mvnw verify # Local-only build
197
201
```
198
202
199
203
Notice that you can run the build purely locally, or _ in a container_ ?
You can’t perform that action at this time.
0 commit comments