Gradle Manipulation Extension

A tool to work with ProjectNCL to manipulate Gradle builds.

License

License

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.gm.analyzer
ArtifactId

ArtifactId

analyzer
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Manipulation Extension
A tool to work with ProjectNCL to manipulate Gradle builds.
Project URL

Project URL

https://github.com/project-ncl/gradle-manipulator
Source Code Management

Source Code Management

https://github.com/project-ncl/gradle-manipulator

Download analyzer

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.gm.analyzer/analyzer/ -->
<dependency>
    <groupId>org.jboss.gm.analyzer</groupId>
    <artifactId>analyzer</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.gm.analyzer/analyzer/
implementation 'org.jboss.gm.analyzer:analyzer:1.3'
// https://jarcasting.com/artifacts/org.jboss.gm.analyzer/analyzer/
implementation ("org.jboss.gm.analyzer:analyzer:1.3")
'org.jboss.gm.analyzer:analyzer:jar:1.3'
<dependency org="org.jboss.gm.analyzer" name="analyzer" rev="1.3">
  <artifact name="analyzer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.gm.analyzer', module='analyzer', version='1.3')
)
libraryDependencies += "org.jboss.gm.analyzer" % "analyzer" % "1.3"
[org.jboss.gm.analyzer/analyzer "1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build Status (Travis CI)

Table of Contents

Introduction

This is a Gradle tool to align versions and dependencies within the project according to some external references. It excels in a cleanroom environment where large numbers of pre-existing projects must be rebuilt. It is a sibling project to the Maven POM Manipulator Extension.

Plugins

Both plugins work in conjunction and therefore the same version is required for each. The analyzer plugin will inject a reference to the manipulation plugin. It requires Gradle 5.6.x - 6.x to build and can run with Gradle 4.10.x - 6.x.

Analyzer

The analyzer directory contains the gradle plugin that generates metadata information about aligned dependencies and the project version.

Manipulation

The manipulation directory contains the gradle plugin that uses the metadata information generated by the alignment plugin and modifies the project to use those dependencies and project version.

Contributions

Contributions are more than welcome! Before contributing to the project, please read this. To contribute sample Groovy scripts (for this project or the sibling PME project) please see the Groovy Examples project.

Documentation

Documentation and usage instructions for the project may be found here.

org.jboss.gm.analyzer

Versions

Version
1.3
1.2
1.1
1.0
0.1