From b9de3215cf773c4b97484d7e35049538bd0f9923 Mon Sep 17 00:00:00 2001 From: Damian Reeves <957246+DamianReeves@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:31:18 -0500 Subject: [PATCH 1/4] remove note --- README.md | 2 -- 1 file changed, 2 deletions(-) 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 From 9a34954185e9c019c2ef4dabd71062ff88a6da38 Mon Sep 17 00:00:00 2001 From: Damian Reeves <957246+DamianReeves@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:46:33 -0500 Subject: [PATCH 2/4] Add more detailed logging for sonatype scan --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c0b92b1..aad02bd 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,7 +18,7 @@ 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/, **/.*' " # cancel older runs of a pull request; # this will not cancel anything for normal git pushes From 8f002131efa9046677bef28ec5af50011366296c Mon Sep 17 00:00:00 2001 From: Damian Reeves <957246+DamianReeves@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:56:48 -0500 Subject: [PATCH 3/4] bump --- .github/workflows/ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index aad02bd..f717f66 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,6 +20,9 @@ env: SonatypeScanTarget: '.' # depCache/coursier/v1/https/repo1.maven.org/maven2/ ExcludeDirectory: " -X -D fileExcludes='*.class, **/website/, **/docs/, **/.*' " +# Build support Test: 001 + + # cancel older runs of a pull request; # this will not cancel anything for normal git pushes concurrency: From 1ded297ed2dbfb946a6b4c185692c9bb650ffdeb Mon Sep 17 00:00:00 2001 From: Damian Reeves <957246+DamianReeves@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:04:25 -0500 Subject: [PATCH 4/4] bump --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f717f66..21eebf7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,7 +20,7 @@ env: SonatypeScanTarget: '.' # depCache/coursier/v1/https/repo1.maven.org/maven2/ ExcludeDirectory: " -X -D fileExcludes='*.class, **/website/, **/docs/, **/.*' " -# Build support Test: 001 +# Build support Test: 002 # cancel older runs of a pull request;