Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: k A

    This author has written 777 articles
    1. Home>
    2. k A>
    3. Page 32

    Gradle – Deployment

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    Gradle offers several ways to deploy build artifacts repositories. When deploying signatures for your artifacts to a Maven repository, you will also want to sign the published POM file. Maven-publish…

    Continue ReadingGradle – Deployment

    Gradle – Multi-Project Build

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    Gradle can handle smallest and largest projects easily. Small projects have a single build file and a source tree. It is very easy to digest and understand a project that…

    Continue ReadingGradle – Multi-Project Build

    Gradle – Testing

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    The test task automatically detects and executes all the unit tests in the test source set., Once the test execution is complete, it also generates a report. JUnit and TestNG…

    Continue ReadingGradle – Testing

    Gradle – Build a Groovy Project

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    This chapter explains how to compile and execute a Groovy project using build.gradle file. The Groovy Plug-in The Groovy plug-in for Gradle extends the Java plug-in and provides tasks for Groovy programs.…

    Continue ReadingGradle – Build a Groovy Project

    Gradle – Build a JAVA Project

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    This chapter explains how to build a java project using Gradle build file. First of all, we have to add java plugin to the build script, because, it provides the…

    Continue ReadingGradle – Build a JAVA Project

    Gradle – Running a Build

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    Gradle provides a command line to execute build script. It can execute more than one task at a time. This chapter explains how to execute multiple tasks using different options.…

    Continue ReadingGradle – Running a Build

    Gradle – Plugins

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    Plugin is nothing but set of all useful tasks, such as compiling tasks, setting domain objects, setting up source files, etc. are handled by plugins. Applying a plugin to a…

    Continue ReadingGradle – Plugins

    Gradle – Dependency Management

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    Gradle build script defines a process to build projects; each project contains some dependencies and some publications. Dependencies refer to the things that supports in building your project, such as…

    Continue ReadingGradle – Dependency Management

    Gradle – Tasks

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    Gradle build script describes about one or more Projects. Each project is made up of different tasks and a task is a piece of work which a build performs. The…

    Continue ReadingGradle – Tasks

    Gradle – Build Script

    • Post author:k A
    • Post published:August 25, 2021
    • Post category:Gradle
    • Post comments:0 Comments

    Gradle builds a script file for handling two things; one is projects and other is tasks. Every Gradle build represents one or more projects. A project represents a library JAR or a web…

    Continue ReadingGradle – Build Script
    • Go to the previous page
    • 1
    • …
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • …
    • 78
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP