Git Product home page Git Product logo

build_tools's People

Contributors

sheldonshen avatar

Watchers

 avatar  avatar

build_tools's Issues

Gradle User Guide

https://docs.gradle.org/current/userguide/userguide.html

  • 3. Installing Gradle

  • 4. Using the Gradle Command-Line

  • 5. The Gradle Console

  • 6. The Gradle Wrapper

  • 7. The Gradle Daemon

  • 8. Dependency Management Basics

  • 9. Introduction to multi-project builds

  • 10. Continuous build

  • 11. Composite builds

  • 12. The Build Environment

  • 13. Troubleshooting

  • 14. Embedding Gradle using the Tooling API

  • 15. Build Cache

  • 67. Rule based model configuration

  • 68. Software model concepts

  • 69. Implementing model rules in a plugin

  • 70. Building Java Libraries

  • 71. Building Play applications

  • 72. Building native software

  • 73. Extending the software model

lambda expression not support in intellij maven

 <build>
    <finalName>magic</finalName>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.3</version>
        <configuration>
            <source>1.8</source>
            <target>1.8</target>
        </configuration>
      </plugin>
    </plugins>
  </build>

official maven links

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.