Skip to content

Commit

Permalink
HHH-12949 Upgrade to Gradle 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Sep 4, 2018
1 parent 935601e commit 293acd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ buildscript {
}

plugins {
id 'com.gradle.build-scan' version '1.9'
id 'me.champeau.buildscan-recipes' version '0.1.7'
id 'com.gradle.build-scan' version '1.16'
id 'me.champeau.buildscan-recipes' version '0.2.3'
}

allprojects {
Expand Down Expand Up @@ -94,25 +94,20 @@ task ciBuild {


wrapper {
gradleVersion = '4.9'
gradleVersion = '4.10'
distributionType = Wrapper.DistributionType.ALL
}


buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes'
}

buildScanRecipes {
recipe 'git-commit', baseUrl: 'https://github.com/hibernate/hibernate-orm/tree'
}








//idea {
// project {
// jdkName = baselineJavaVersion
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 293acd0

Please sign in to comment.