8 lines
83 B
Kotlin
8 lines
83 B
Kotlin
plugins {
|
|
java
|
|
}
|
|
|
|
tasks.register("test") {
|
|
description = "Run the tests"
|
|
}
|