From 2c3ad209f5f8c300f3f4602bffbcc09d2b46628b Mon Sep 17 00:00:00 2001 From: Damian Reeves <957246+DamianReeves@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:10:08 -0500 Subject: [PATCH] remove note (#166) * remove note * Add more detailed logging for sonatype scan * bump * bump --- .github/workflows/ci-cd.yml | 5 ++++- README.md | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) 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