gradle-allure-plugin icon indicating copy to clipboard operation
gradle-allure-plugin copied to clipboard

Publish plugin on https://plugins.gradle.org

Open rosolko opened this issue 7 years ago • 1 comments

It will allow to use plugin for gradle version >2.1 as follows:

plugins {
    id 'ru.d10xa.allure' version '0.5.5'
}

And remove block:

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath "ru.d10xa:gradle-allure-plugin:0.5.5"
    }
}

with

apply plugin: 'ru.d10xa.allure'

rosolko avatar May 03 '17 19:05 rosolko

Probably I'll publish the next release there

d10xa avatar May 15 '17 16:05 d10xa