Skip to content

xebialabs-community/xldp-gradle-plugin

Repository files navigation

Preface

This document describes the functionality provided by the xldp gradle plugin.

CI status

Build Status Codacy Badge Code Climate

Overview

The xldp gradle plugin allows to create a xldp plugin file, that can be loaded in XL Deploy 5.x

Requirements

  • XL Deploy 5.x
  • Gradle 2.4

Installation

Define on top of the build.gradle file:

plugins {
  id "com.xebialabs.xldp" version "1.0.5"
}

And after that you can add distBundle dependencies like:

dependencies {
  distBundle "Here you can put your dependency that should be packaged into the xldp plugin"
}

You can also make use of xldp dependencies like:

dependencies {
  compile zipTree('Here you can put your xldp dependency that should be put on the classpath')
}

For the latest version of the plugin have a look at: https://plugins.gradle.org/plugin/com.xebialabs.xldp

About

A gradle plugin that allows you to create xldp plugin files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages