-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
gradle bugCreate a report to help us improveCreate a report to help us improve
Description
Describe the bug
Plugin has not been updated for a very long time on Gradle Plugin portal (latest version is 4.24.5, on gradle plugin portal 4.21.0)
In order to use latest version, i have to use legacy plugin application:
buildscript {
dependencies {
classpath("org.jfrog.buildinfo:build-info-extractor-gradle:4.24.5")
}
}
apply(plugin = "com.jfrog.artifactory")Expected behavior
The expected behavior is that I would be able to use the plugins block in order to apply the plugin:
plugins {
id("com.jfrog.artifactory") version "4.24.5"
`maven-publish`
kotlin("jvm") version "1.5.20"
}sll552, cobexer and vojbarzz
Metadata
Metadata
Assignees
Labels
gradle bugCreate a report to help us improveCreate a report to help us improve