Skip to content

Instantly share code, notes, and snippets.

View chrisfesler's full-sized avatar

Chris Fesler chrisfesler

  • Nutshell Labs
  • Portland, OR
  • 01:38 (UTC -08:00)
View GitHub Profile
import org.gradle.api.DefaultTask
import org.gradle.api.Project
import org.gradle.api.plugins.BasePlugin
/**
* apply this plugin after doing all dependency and repo stuff. It will create two idea 'libraries' per subproject
* and add them to your .iml files
*
* Forked from https://gist.github.com/360092
*