Add repos for Gradle plugin

* Upgrade to `com.jfrog.artifactory:4.31.1`
This commit is contained in:
abilan
2023-02-08 12:18:27 -05:00
parent fe5cd322d9
commit 624740b8d7

View File

@@ -1,3 +1,10 @@
buildscript {
repositories {
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
}
}
plugins {
id 'java-library'
id 'eclipse'
@@ -7,7 +14,7 @@ plugins {
id 'checkstyle'
id 'org.ajoberstar.grgit' version '4.1.1'
id "io.spring.dependency-management" version '1.1.0'
id 'com.jfrog.artifactory' version '4.31.0'
id 'com.jfrog.artifactory' version '4.31.1'
}
description = 'Spring Integration AWS Support'