dev.gradleplugins:gradle-fixtures-well-behaving-plugins

Gradle fixtures

Лицензия

Лицензия

Категории

Категории

Gradle Компиляция и сборка
Группа

Группа

dev.gradleplugins
Идентификатор

Идентификатор

gradle-fixtures-well-behaving-plugins
Последняя версия

Последняя версия

0.0.124
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

dev.gradleplugins:gradle-fixtures-well-behaving-plugins
Gradle fixtures
Ссылка на сайт

Ссылка на сайт

https://github.com/gradle-plugins/toolbox
Система контроля версий

Система контроля версий

http://github.com/gradle-plugins/toolbox/tree/main

Скачать gradle-fixtures-well-behaving-plugins

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Gradle Plugin Development Toolbox

Painless Gradle plugins development. The Gradle toolbox is a suite of high-quality Gradle plugins improving the developer experience of writing Gradle plugins. It bridges the gaps in the development process offered by the Gradle team. The Nokee team developed the toolbox plugins and offer them for free to everyone.

For more information, visit the official project documentation

Usage

Apply any of the toolbox plugins to your build just like any other Gradle plugin:

settings.gradle
pluginManagement {
    repositories {
        gradlePluginPortal()
        maven { url = 'https://repo.nokeedev.net/release' }
    }
}
build.gradle
plugins {
    id("dev.gradleplugins.java-gradle-plugin") version("1.3")
}

Need Help?

Contributing

If you’re looking to contribute to Gradle toolbox or provide a patch/pull request, you can find more info here.

This project adheres to this Code of Conduct. By participating, you are expected to uphold this code.

dev.gradleplugins

Gradle Plugins Development

We make Gradle plugin development simple. Period.

Версии библиотеки

Версия
0.0.124
0.0.123
0.0.122
0.0.121
0.0.120
0.0.119
0.0.118
0.0.117
0.0.116
0.0.115
0.0.114
0.0.113
0.0.112
0.0.111
0.0.110
0.0.109
0.0.108
0.0.107
0.0.106
0.0.105
0.0.104
0.0.103
0.0.102
0.0.101
0.0.100
0.0.99
0.0.98
0.0.97
0.0.96