All Projects β†’ gradle-plugins β†’ toolbox

gradle-plugins / toolbox

Licence: Apache-2.0 license
Painless and fast Gradle plugin development πŸš€

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects
kotlin
9241 projects

Projects that are alternatives of or similar to toolbox

bck2brwsr
Bck2Brwsr VM to transpile Java bytecode to JavaScript
Stars: ✭ 93 (+481.25%)
Mutual labels:  gradle-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.nokee.dev/release' }
    }
}
build.gradle
plugins {
    id("dev.gradleplugins.java-gradle-plugin") version("1.6.7")
}

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].