Skip to content

Commit

Permalink
Use io.spring.release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed May 16, 2017
1 parent c764a1d commit 24daace
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {

dependencies {
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M4'
classpath 'io.spring.gradle:spring-project-plugin:latest.integration'
}

configurations.classpath.resolutionStrategy.cacheDynamicVersionsFor 0, 'seconds'
Expand All @@ -15,10 +14,10 @@ plugins {
id 'me.champeau.gradle.jmh' version '0.3.1'
id 'nebula.integtest' version '3.3.0'
id 'nebula.optional-base' version '3.1.0'
id 'io.spring.release' version '0.1.0'
}

apply plugin: 'org.junit.platform.gradle.plugin'
apply plugin: 'io.spring.project'

repositories {
maven { url 'https://repo.spring.io/libs-milestone' }
Expand Down

0 comments on commit 24daace

Please sign in to comment.