Skip to content

Upload Artifactory Gradle Plugin to Gradle Pluign Portal #518

@NiazBikbaev

Description

@NiazBikbaev

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    gradle bugCreate a report to help us improve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions