Skip to content

Commit

Permalink
Update README: No models/services are generated when running ./gradle…
Browse files Browse the repository at this point in the history
…w services for P&FS - Legacy VIAS API

Do not run pipeline when README/LICENSE has changed
  • Loading branch information
kwokhe committed Oct 9, 2024
1 parent 80b3313 commit 01a2cdd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
workflow_dispatch:
push:
branches: [ "main" ]
paths-ignore:
- '**/README.md'
- README.md
- LICENSE

permissions:
contents: read
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**/.DS_Store

# IntelliJ
.idea

# Ignore Gradle project-specific cache directory
.gradle

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

This is a set of Gradle build scripts to generate code for `Adyen/adyen-*-api-library` repositories.

To generate all services in all libraries:
To generate all services (see [`adyen.sdk-automation-conventions.gradle`](/buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle)) in all libraries:

> *Note:* The following models/services are not generated for Platform & Financial Services (legacy VIAS):
> * AccountAPI
> * FundAPI
> * Classic Platforms - Notifications
```
./gradlew services
```



For a single specific service:

```
Expand Down

0 comments on commit 01a2cdd

Please sign in to comment.