17 lines
No EOL
251 B
Groovy
17 lines
No EOL
251 B
Groovy
plugins {
|
|
id 'java'
|
|
id 'application'
|
|
}
|
|
|
|
defaultTasks 'run'
|
|
|
|
mainClassName = 'net.thauvin.erik.pinboard.samples.JavaExample'
|
|
|
|
dependencies {
|
|
compile 'net.thauvin.erik:pinboard-poster:1.0.0'
|
|
}
|
|
|
|
repositories {
|
|
mavenLocal()
|
|
jcenter()
|
|
} |