Skip to content

Commit

Permalink
chore: bump versions of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tschulte committed Aug 10, 2016
1 parent 462664c commit 34fecef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ buildscript {
}
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.4.2'
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0'
classpath 'net.saliman:gradle-cobertura-plugin:2.2.8'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
classpath "com.gradle.publish:plugin-publish-plugin:0.9.1"
classpath 'net.saliman:gradle-cobertura-plugin:2.3.2'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
classpath "com.gradle.publish:plugin-publish-plugin:0.9.5"
}
}

Expand Down
18 changes: 0 additions & 18 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
/*
* This settings file was auto generated by the Gradle buildInit task
* by 'cchampeau' at '02/06/14 20:05' with Gradle 1.11
*
* The settings file is used to specify which projects to include in your build.
* In a single project build this file can be empty or even removed.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user guide at http://gradle.org/docs/1.11/userguide/multi_project_builds.html
*/

/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/

rootProject.name = 'gradle-semantic-release-plugin'

0 comments on commit 34fecef

Please sign in to comment.