Browse Source

Update Artifactory plugin to 4.12.0

Closes gh-24250
pull/24377/head
Gary Hale 6 years ago committed by Sam Brannen
parent
commit
e864409c5f
  1. 2
      build.gradle

2
build.gradle

@ -6,7 +6,7 @@ plugins { @@ -6,7 +6,7 @@ plugins {
id 'io.spring.nohttp' version '0.0.4.RELEASE'
id 'de.undercouch.download' version '4.0.0'
id 'com.gradle.build-scan' version '3.1.1'
id "com.jfrog.artifactory" version '4.11.0' apply false
id "com.jfrog.artifactory" version '4.12.0' apply false
id "io.freefair.aspectj" version "4.1.1" apply false
id "com.github.ben-manes.versions" version "0.24.0"
}

Loading…
Cancel
Save