Skip to content

Commit 72eaa4a

Browse files
committed
Attempt to bump Artifactory plugin, but from Maven Central
The latest known version on Gradle Plugin Portal (which plugins DSL uses) is 4.21.0. But it seems newer versions exist that have been deployed on Maven Central (which makes sense, since GPP was backed by Bintray, which has now been sunset). The latest version on Maven Central is 4.24.5 and it seems there have been fixes around response parsing errors when deploying artifacts, which have been encountered in recent deployments.
1 parent b529f72 commit 72eaa4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ buildscript {
2222
}
2323
dependencies {
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
25+
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.24.5" //applied in individual submodules
2526
}
2627
}
2728

@@ -34,7 +35,7 @@ plugins {
3435
id "de.undercouch.download" version "3.4.3"
3536
id "org.unbroken-dome.test-sets" version "3.0.0" apply false
3637
//note: build scan plugin now must be applied in settings.gradle
37-
id "com.jfrog.artifactory" version "4.15.2" apply false
38+
//plugin portal is now outdated due to bintray sunset, at least for artifactory gradle plugin
3839
id 'biz.aQute.bnd.builder' version '5.0.1' apply false
3940
id 'io.spring.nohttp' version '0.0.5.RELEASE'
4041
id "io.github.reyerizo.gradle.jcstress" version "0.8.11" apply false

0 commit comments

Comments
 (0)