Skip to content

Commit

Permalink
fix: export dependencies in pom.xml
Browse files Browse the repository at this point in the history
Increase the version of the artifactory plugin. The old version resulted
in non exported dependencies in the pom.xml.
  • Loading branch information
Tobias Schulte authored and Tobias Schulte committed Sep 15, 2016
1 parent ffb2a8a commit 5c6e09b
Showing 1 changed file with 1 addition and 1 deletion.
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 {
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.4.0'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.4.4'
classpath 'gradle.plugin.nl.javadude.gradle.plugins:license-gradle-plugin:0.13.1'
classpath 'net.saliman:gradle-cobertura-plugin:2.3.2'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
Expand Down

0 comments on commit 5c6e09b

Please sign in to comment.