Skip to content

Commit

Permalink
added pluginScripts/unpuzzle-0.0.8.plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
akhikhl committed May 4, 2014
1 parent 1146372 commit 37ba739
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pluginScripts/unpuzzle-0.0.8.plugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
buildscript {
repositories {
mavenLocal()
jcenter()
mavenCentral()
}

dependencies {
classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.8'
}
}

// apply plugin: 'unpuzzle-plugin'

import org.akhikhl.unpuzzle.UnpuzzlePlugin

if (!project.plugins.findPlugin(UnpuzzlePlugin))
project.apply(plugin: UnpuzzlePlugin)

0 comments on commit 37ba739

Please sign in to comment.