Skip to content

Commit 884812b

Browse files
committed
AMP-187 Remove the gradle wrapper as it is not present elsewhere
1 parent 9a7ff26 commit 884812b

File tree

3 files changed

+1
-350
lines changed

3 files changed

+1
-350
lines changed

apiTest/apiTest_README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Before running the tests, ensure you have the following installed and configured
2525
- Docker must be running (check with `docker ps`)
2626
- Docker Compose V2 must be available: `docker compose version`
2727

28-
3. **Gradle** (or use the Gradle wrapper)
29-
- The project includes `gradlew` wrapper, so Gradle installation is optional
30-
- Verify wrapper: `./gradlew --version`
31-
3228
### System Requirements
3329

3430
- At least 4GB of free RAM (Docker containers need memory)
@@ -240,6 +236,6 @@ Tests use the following default configuration:
240236

241237
You can override the application URL:
242238
```bash
243-
../gradlew test -Dapp.baseUrl=http://localhost:8080
239+
gradle test -Dapp.baseUrl=http://localhost:8080
244240
```
245241

apiTest/gradlew

Lines changed: 0 additions & 251 deletions
This file was deleted.

apiTest/gradlew.bat

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)