Skip to content

Commit

Permalink
fix: publishing to bintray
Browse files Browse the repository at this point in the history
version 1.0.1 was not published to bintray and plugins.gradle.org
because version 0.9.5 of the plugin-publish-plugin did not work.
  • Loading branch information
tschulte committed Sep 15, 2016
1 parent 5c6e09b commit fe48892
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 @@ -11,7 +11,7 @@ buildscript {
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.12.0'
classpath "com.gradle.publish:plugin-publish-plugin:0.9.4"
classpath "com.gradle.publish:plugin-publish-plugin:0.9.5"
}
}

Expand Down

0 comments on commit fe48892

Please sign in to comment.