com.mattwhipple.emacs-jdee
Owner: Matt Whipple
Gradle Plugin to generate JDEE prj.el files for emacs
https://github.com/mwhipple/gradle-emacs-jdee
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 .