diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c0b92b1..21eebf7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,7 +18,10 @@ env: SonatypeAppId: morphir-jvm SonatypeStage: 'build' SonatypeScanTarget: '.' # depCache/coursier/v1/https/repo1.maven.org/maven2/ - ExcludeDirectory: " -D fileExcludes='*.class, **/website/, **/docs/, **/.*' " + ExcludeDirectory: " -X -D fileExcludes='*.class, **/website/, **/docs/, **/.*' " + +# Build support Test: 002 + # cancel older runs of a pull request; # this will not cancel anything for normal git pushes diff --git a/README.md b/README.md index d74b4bd..8cb7266 100644 --- a/README.md +++ b/README.md @@ -97,5 +97,3 @@ or in watch mode to reformat changed files: # Contributing * [Creating a new release](docs/release.md) - -# Notes