Cleanup.
This commit is contained in:
parent
5675995bbe
commit
a00d1a0987
3 changed files with 12 additions and 12 deletions
|
@ -3,17 +3,17 @@ plugins {
|
|||
id 'application'
|
||||
}
|
||||
|
||||
// .gradlew run
|
||||
// ./gradlew run
|
||||
|
||||
defaultTasks 'run'
|
||||
|
||||
mainClassName = 'net.thauvin.erik.pinboard.samples.JavaExample'
|
||||
|
||||
dependencies {
|
||||
compile 'net.thauvin.erik:pinboard-poster:1.0.2'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'net.thauvin.erik:pinboard-poster:1.0.2'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue