Skip to content

Commit

Permalink
Updated to Gradle 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gavlyukovskiy committed Dec 22, 2018
1 parent 9a8f26d commit 9852aa5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
id "com.jfrog.bintray" version "1.8.4" apply false
id "pl.allegro.tech.build.axion-release" version "1.9.1"
id "pl.allegro.tech.build.axion-release" version "1.10.0"
}

def pomConfig = {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
enableFeaturePreview('STABLE_PUBLISHING')

rootProject.name = 'spring-boot-data-source-decorator'
include 'datasource-decorator-spring-boot-autoconfigure'
include 'p6spy-spring-boot-starter'
Expand Down

0 comments on commit 9852aa5

Please sign in to comment.