Skip to content

Commit cde1d41

Browse files
committed
Update build process documentation
1 parent b1f596c commit cde1d41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spring Batch [![build status](https://build.spring.io/plugins/servlet/wittified/build-status/BATCH-GRAD)](https://build.spring.io/browse/BATCH-GRAD)
1+
# Spring Batch [![build status](https://build.spring.io/plugins/servlet/wittified/build-status/BATCH-MCI)](https://build.spring.io/browse/BATCH-MCI)
22

33
Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch builds upon the productivity, POJO-based development approach, and general ease of use capabilities people have come to know from the [Spring Framework](https://github.com/spring-projects/spring-framework), while making it easy for developers to access and leverage more advanced enterprise services when necessary.
44

@@ -21,16 +21,16 @@ Clone the git repository using the URL on the Github home page:
2121

2222
## Command Line
2323

24-
Gradle is the build tool used for Spring Batch. You can build the project via the command:
24+
Maven is the build tool used for Spring Batch. You can build the project via the command:
2525

26-
$ ./gradlew build
26+
$ ./mvnw package
2727

28-
If you want to perform a full build with all integration tests, ensure you have Docker installed then run:
28+
If you want to perform a full build with all integration tests, then run:
2929

30-
$ ./gradlew build -Palltests
30+
$ ./mvnw verify
3131

3232
## Spring Tool Suite (STS)
33-
In STS (or any Eclipse distro or other IDE with Gradle support), import the module directories as existing projects. They should compile and the tests should run with no additional steps.
33+
In STS (or any Eclipse distro or other IDE with Maven support), import the module directories as existing projects. They should compile and the tests should run with no additional steps.
3434

3535
# Getting Started Using Spring Boot
3636
This is the quickest way to get started with a new Spring Batch project. You find the Getting Started Guide for Spring

0 commit comments

Comments
 (0)