Skip to content

Commit

Permalink
Enough gradle setup for one day
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Apr 2, 2017
1 parent d3ef53b commit c5b4b61
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
buildscript {
repositories {
jcenter()
}
}

plugins {
id "com.jfrog.bintray" version "1.7"
}

repositories {
jcenter()
}

apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit c5b4b61

Please sign in to comment.