Set up project structure
This commit is contained in:
15
src/main/kotlin/ltd/hlaeja/plugin/CorePlugin.kt
Normal file
15
src/main/kotlin/ltd/hlaeja/plugin/CorePlugin.kt
Normal file
@@ -0,0 +1,15 @@
|
||||
package ltd.hlaeja.plugin
|
||||
|
||||
import org.gradle.api.Plugin
|
||||
import org.gradle.api.Project
|
||||
|
||||
@Suppress("unused")
|
||||
class CorePlugin : Plugin<Project> {
|
||||
|
||||
/**
|
||||
* Register Extensions and Tasks.
|
||||
*/
|
||||
override fun apply(project: Project) {
|
||||
// TODO register Extensions and Tasks
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user