All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ck.wirespec.plugin.gradle.gradle.0.10.1.source-code.WirespecPlugin.kt Maven / Gradle / Ivy

There is a newer version: 0.10.5
Show newest version
package community.flock.wirespec.plugin.gradle

import org.gradle.api.Plugin
import org.gradle.api.Project

class WirespecPlugin : Plugin {
    override fun apply(project: Project) {
        project.tasks.create("wirespec", CompileWirespecTask::class.java)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy