Skip to content

Gradle plugin to create .ensime project files for Scala projects.

Notifications You must be signed in to change notification settings

ahanwadi/gradle-ensime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradle ENSIME Plugin

Purposes

The gradle-ensime plugin creates .ensime project files for the ENhanced Scala Integration Mode for Emacs, written by Aemon Cannon (https://github.com/aemoncannon/ensime).

Usage

To use the plugin, make sure that the jar file is loaded in the buildscript classpath and the plugin is applied:

buildscript {
  repositories { mavenCentral() }

  dependencies {
    classpath group: 'net.coacoas.gradle', name: 'gradle-ensime', version: '0.1.8'
  }
}
apply plugin: 'ensime'

The plugin adds the 'ensime' task to the project to create a .ensime file in the project directory.

./gradlew ensime

Each time the task is executed, the .ensime file will be regenerated.

Next Steps

Unknown. Let me know if you are interested in anything else!

About

Gradle plugin to create .ensime project files for Scala projects.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages