Search Gradle plugins

com.mattwhipple.emacs-jdee

Gradle Plugin to generate JDEE prj.el files for emacs

https://github.com/mwhipple/gradle-emacs-jdee

Version 0.0.2

0.0.2

Created 31 January 2015.

No version description available.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.mattwhipple.emacs-jdee") version "0.0.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.mattwhipple.gradle:gradle-emacs-jdee:0.0.2")
      }
    }
    
    apply(plugin = "com.mattwhipple.emacs-jdee")
  • Applying plugins to all subprojects .