Skip to content

Commit

Permalink
remove note (#166)
Browse files Browse the repository at this point in the history
* remove note

* Add more detailed logging for sonatype scan

* bump

* bump
  • Loading branch information
DamianReeves authored Jul 26, 2024
1 parent cc00070 commit 2c3ad20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,3 @@ or in watch mode to reformat changed files:
# Contributing

* [Creating a new release](docs/release.md)

# Notes

0 comments on commit 2c3ad20

Please sign in to comment.