Skip to content

Commit

Permalink
upgraded Dependency management plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
domix committed Mar 19, 2018
1 parent 093bebd commit 4208310
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ buildscript {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
classpath "io.spring.gradle:dependency-management-plugin:0.5.6.RELEASE"
}
}

plugins {
id "com.github.hierynomus.license" version "0.11.0"
id 'net.researchgate.release' version '2.3.1'
id "io.spring.dependency-management" version "1.0.4.RELEASE"
}

apply plugin: 'java'
Expand All @@ -42,13 +42,10 @@ apply plugin: 'com.github.kt3k.coveralls'
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.ben-manes.versions'
apply plugin: "io.spring.dependency-management"

repositories {
jcenter()
maven {
url 'http://repo.springsource.org/milestone/'
}
mavenCentral()
}

version = project.version
Expand Down

0 comments on commit 4208310

Please sign in to comment.