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