Skip to content

Commit ad33d76

Browse files
committed
Merge with 0.6.0 and updated README
1 parent 0033f14 commit ad33d76

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,6 @@ Additional information is available on the [WLDT GitHub Page](https://wldt.githu
146146
This project is made possible thanks to the contributions of the following people:
147147

148148
- **Marco Picone** – University of Modena & Reggio Emilia, Italy – Founder, Author & Main Contributor
149+
- **Riccardo Morandi** – University of Modena & Reggio Emilia, Italy – Key Contributor
149150
- **Samuele Burattini** – University of Bologna, Italy – Key Contributor
150151
- **Marta Spadoni** – University of Bologna, Italy – Master Thesis 2022 – Additional Contributor

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ mavenPublishing {
8686
name.set("Samuele Burattini")
8787
url.set("https://github.com/samubura")
8888
}
89+
developer {
90+
id.set("RiccardoMorandi")
91+
name.set("Riccardo Morandi")
92+
url.set("https://github.com/RiccardoMorandi")
93+
}
8994
}
9095
scm {
9196
url.set("https://github.com/wldt/wldt-core-java")

0 commit comments

Comments
 (0)