Git Product home page Git Product logo

tooling-commons's Introduction

Tooling Commons

Overview

Tooling Commons is a set of libraries to facilitate building tools on top of Gradle. Its development is driven by the requirements that come out of the Buildship project.

Applying

Include the Gradle releases repository:

maven {
    name 'gradle-releases'
    url 'https://repo.gradle.org/gradle/libs-releases'
}

Include the Tooling Commons dependencies:

dependencies {
    compile 'com.gradleware.tooling:toolingmodel:<version>'
    compile 'com.gradleware.tooling:toolingclient:<version>'
    compile 'com.gradleware.tooling:toolingutils:<version>'
}

Including the toolingmodel dependency will include the toolingclient and toolingutils dependencies transitively.

Building

Naturally, the Tooling Commons libraries are built with Gradle. Gradle provides an innovative wrapper that allows you to work with a Gradle build without having to manually install Gradle. The wrapper is a batch script on Windows and a shell script on other operating systems.

You should use the wrapper to build the Tooling Commons libraries. Generally, you should use the wrapper for any wrapper-enabled project because it guarantees building with the Gradle version that the build was intended to use.

To build the entire project including running all tests, run the following in the root of the checkout.

./gradlew build

To build the entire project including running all cross-version tests, run the following in the root of the checkout.

./gradlew build -Pcom.gradleware.tooling.integtest.versions=all

Continuous Integration

The Tooling Commons libraries are continuously built on our Continuous Integration Server.

Compatibility

The Tooling Commons libraries are in an early stage of maturity in terms of their public API. Currently, we do not make any commitments to providing backward-compatibility. We do strive to keep the APIs as stable as possible, though.

Support

Ath this point in time, we do not provide official support for the Tooling Commons libraries.

Feedback and Contributions

Both feedback and contributions are very welcome.

License

This plugin is available under the Apache License, Version 2.0.

Copyright 2015 the original author or authors.

tooling-commons's People

Contributors

bmuschko avatar donat avatar etiennestuder avatar oehme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.