Upgrade Gradle plugins

This commit also removes the former repo.spring.io plugins repositories,
as they are not needed anymore by this build.
This commit is contained in:
Brian Clozel
2023-08-31 16:42:49 +02:00
committed by Rossen Stoyanchev
parent a08ae17286
commit a5088a99f1

View File

@@ -1,13 +1,6 @@
buildscript {
repositories {
maven { url "https://repo.spring.io/plugins-release" }
maven {url "https://repo.spring.io/release" }
}
}
plugins {
id 'io.spring.dependency-management' version '1.0.9.RELEASE' apply false
id 'com.jfrog.artifactory' version '4.28.4' apply false
id 'io.spring.dependency-management' version '1.1.3' apply false
id 'com.jfrog.artifactory' version '5.1.4' apply false
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.gems' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '3.3.2'