10 lines
180 B
Plaintext
10 lines
180 B
Plaintext
plugins {
|
|
java
|
|
}
|
|
|
|
dependencies {
|
|
// Test
|
|
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
|
|
|
implementation(project(":weblog-module-common"))
|
|
} |