Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/link-intersystems/lis-gradle-plugins
This repository contains general purposes Gradle plugins that can help you to set up and manage your Gradle projects more efficient.
https://github.com/link-intersystems/lis-gradle-plugins
gradle gradle-plugin
Last synced: 6 days ago
JSON representation
This repository contains general purposes Gradle plugins that can help you to set up and manage your Gradle projects more efficient.
- Host: GitHub
- URL: https://github.com/link-intersystems/lis-gradle-plugins
- Owner: link-intersystems
- License: apache-2.0
- Created: 2024-02-14T13:45:03.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T11:37:23.000Z (2 months ago)
- Last Synced: 2024-09-12T07:53:46.374Z (2 months ago)
- Topics: gradle, gradle-plugin
- Language: Java
- Homepage: https://www.link-intersystems.com
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Java CI with Maven](https://github.com/link-intersystems/lis-gradle-plugins/workflows/Java%20CI%20with%20Gradle/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/link-intersystems/lis-gradle-plugins/badge.svg?branch=main/coveralls)](https://coveralls.io/github/link-intersystems/lis-gradle-plugins?branch=main)
This repository contains general purposes Gradle plugins that can help you to set up and manage your Gradle projects more efficient.
# Plugins
| Plugin | Description | Artifacts |
|----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Git Plugin](git-plugin/README.md) | Provides extension to Gradle projects so that you can access git information and use JGit's procelain api. | [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/com.link-intersystems.gradle.git)](https://plugins.gradle.org/plugin/com.link-intersystems.gradle.git) [![Maven Central Version](https://img.shields.io/maven-central/v/com.link-intersystems.gradle.git/com.link-intersystems.gradle.git.gradle.plugin)](https://mvnrepository.com/artifact/com.link-intersystems.gradle.git) |
| [Multi Module Plugin](multi-module-plugin/README.md) | Configures the Gradle build by automatically detecting subprojects and composite builds. | [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/com.link-intersystems.gradle.multi-module)](https://plugins.gradle.org/plugin/com.link-intersystems.gradle.multi-module) [![Maven Central Version](https://img.shields.io/maven-central/v/com.link-intersystems.gradle.multi-module/com.link-intersystems.gradle.multi-module.gradle.plugin)](https://mvnrepository.com/artifact/com.link-intersystems.gradle.multi-module) |
| [Publication Utils Plugin](publication-utils-plugin/README.md) | A collection of utility tasks to deal with publications related stuff like checking if publications are already published to a remote repository. | [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/com.link-intersystems.gradle.publication-utils)](https://plugins.gradle.org/plugin/com.link-intersystems.gradle.publication-utils) [![Maven Central Version](https://img.shields.io/maven-central/v/com.link-intersystems.gradle.publication-utils/com.link-intersystems.gradle.publication-utils.gradle.plugin)](https://mvnrepository.com/artifact/com.link-intersystems.gradle.publication-utils)