Skip to content

Gradle plugin providing project documentation creation and management tools.

License

Notifications You must be signed in to change notification settings

cjstehno/gradle-site

Repository files navigation

Gradle Site Plugin

Build Status Coverage Status

Gradle plugin providing helpful tools and configuration used to create and manage a project website.

Quick Links

Install

Build script snippet for use in all Gradle versions:

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.com.stehno.gradle:site:0.0.3"
  }
}

apply plugin: "com.stehno.gradle.site"

Build script snippet for new, incubating, plugin mechanism introduced in Gradle 2.1:

plugins {
  id "com.stehno.gradle.site" version "0.0.3"
}

Usage

See the User Guide for configuration and usage information.

About

Gradle plugin providing project documentation creation and management tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published