Skip to content

Commit 37ba739

Browse files
committed
added pluginScripts/unpuzzle-0.0.8.plugin
1 parent 1146372 commit 37ba739

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
buildscript {
2+
repositories {
3+
mavenLocal()
4+
jcenter()
5+
mavenCentral()
6+
}
7+
8+
dependencies {
9+
classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.8'
10+
}
11+
}
12+
13+
// apply plugin: 'unpuzzle-plugin'
14+
15+
import org.akhikhl.unpuzzle.UnpuzzlePlugin
16+
17+
if (!project.plugins.findPlugin(UnpuzzlePlugin))
18+
project.apply(plugin: UnpuzzlePlugin)
19+

0 commit comments

Comments
 (0)