Search Gradle plugins

io.dcow.sublime

Generate a sublime-project file from a gradle build.

https://github.com/dcow/dockter-sublime

Version 0.9.2 (latest)

0.9.2

Created 28 December 2014.

No version description available.

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.dcow.sublime") version "0.9.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.dcow.gradle:sublime:0.9.2")
      }
    }
    
    apply(plugin = "io.dcow.sublime")
  • Applying plugins to all subprojects .