Skip to content

Commit

Permalink
Updates Gradle publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdubiel committed Oct 7, 2017
1 parent 00237eb commit d2f5c14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
id 'java-gradle-plugin'
id 'maven'
id 'jacoco'
id 'pl.allegro.tech.build.axion-release' version '1.7.0'
id 'pl.allegro.tech.build.axion-release' version '1.7.1'
id 'com.github.kt3k.coveralls' version '2.3.1'
id "com.gradle.plugin-publish" version "0.9.1"
id "com.bmuschko.nexus" version "2.3.1" apply false
id "io.codearte.nexus-staging" version "0.5.3" apply false
id 'com.gradle.plugin-publish' version '0.9.8'
id 'com.bmuschko.nexus' version '2.3.1' apply false
id 'io.codearte.nexus-staging' version '0.5.3' apply false

id "me.champeau.gradle.jmh" version "0.4.3"
id 'me.champeau.gradle.jmh' version '0.4.3'
}

if (project.hasProperty('mavenCentral')) {
Expand Down

0 comments on commit d2f5c14

Please sign in to comment.