diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index be49b36..e2bedf8 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -4,6 +4,10 @@ on: workflow_dispatch: push: branches: [ "main" ] + paths-ignore: + - '**/README.md' + - README.md + - LICENSE permissions: contents: read diff --git a/.gitignore b/.gitignore index aedde1b..b276636 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +**/.DS_Store + +# IntelliJ +.idea + # Ignore Gradle project-specific cache directory .gradle diff --git a/README.md b/README.md index 65b5847..a859af6 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ 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 in all libraries, run: ``` ./gradlew services ``` +*Note:* Ensure that the service is in the following list: [`adyen.sdk-automation-conventions.gradle`](/buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle). + For a single specific service: