Fixed and changed the readme
This commit is contained in:
parent
f06a64767c
commit
bf4ce4c02e
@ -1,9 +1,9 @@
|
||||
# Sample Modules
|
||||
- Including parent deps
|
||||
- Spring Boot
|
||||
- Spring Boot (2.4.1)
|
||||
- Spring Dependency Management
|
||||
- Gradle with Kotlin DSL (6.6.1)
|
||||
- Kotlin Langauge
|
||||
- Kotlin Langauge (1.4.21)
|
||||
|
||||
# Development
|
||||
- Clone the modules
|
||||
@ -25,4 +25,4 @@ include("gradle-sample-module-example")
|
||||
### Implementation module in ```build.gradle.kts```
|
||||
```gradle
|
||||
implementation(project(":gradle-sample-module-example"))
|
||||
```
|
||||
```
|
||||
|
@ -1 +1 @@
|
||||
rootProject.name = "sample-modules"
|
||||
rootProject.name = "sample-modules"
|
Loading…
Reference in New Issue
Block a user