problems with md resolved
This commit is contained in:
14
playground/tmp/build.gradle.kts
Normal file
14
playground/tmp/build.gradle.kts
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = ""
|
||||
}
|
||||
|
||||
version = "1.0.0"
|
||||
Reference in New Issue
Block a user