added jpms-check plugin
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
plugins {
|
||||
`kotlin-dsl`
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import org.gradle.api.Project
|
||||
|
||||
operator fun Project.get(key : String) : String? {
|
||||
return property(key) as String?
|
||||
}
|
||||
Reference in New Issue
Block a user