Skip to content

Commit

Permalink
Merge pull request #5 from iExecBlockchainComputing/hotfix/1.0.1
Browse files Browse the repository at this point in the history
Add settings.gradle file to set project name for sonarcloud analyses
  • Loading branch information
jbern0rd authored Mar 16, 2023
2 parents ad18991 + 7f58817 commit c61ebd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [[1.0.1]](https://github.com/iExecBlockchainComputing/iexec-commons-containers/releases/tag/v1.0.1) 2023-03-16

- Add `settings.gradle` file to set correct project name for SonarCloud analyses. (#5)

## [[1.0.0]](https://github.com/iExecBlockchainComputing/iexec-commons-containers/releases/tag/v1.0.0) 2023-03-16

* Migrate docker package of `iexec-common` library to this `iexec-commons-containers` library. (#1 #2 #3)
- Migrate docker package of `iexec-common` library to this `iexec-commons-containers` library. (#1 #2 #3)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.0.0
version=1.0.1
iexecCommonVersion=7.0.0

nexusUser
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = 'iexec-commons-containers'

0 comments on commit c61ebd2

Please sign in to comment.