Skip to content

Commit

Permalink
Gradle 5.6.4 and Gradle plugins updates (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Nov 21, 2019
1 parent 1231155 commit 9170b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ buildscript {
}
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.9'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.gradle.publish:plugin-publish-plugin:0.10.1'
}
}

plugins {
id 'net.researchgate.release' version '2.6.0'
id 'net.researchgate.release' version '2.8.1'
}

group 'cz.alenkacz'
Expand All @@ -28,10 +28,6 @@ repositories {
jcenter()
}

task wrapper(type: Wrapper) {
gradleVersion = '4.4.1'
}

dependencies {
compile gradleApi()
compile "org.scalameta:scalafmt-dynamic_2.12:2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip

0 comments on commit 9170b25

Please sign in to comment.