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