Skip to content

Commit

Permalink
docs: add Gradle Plugins badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Jul 19, 2024
1 parent 16e719c commit 7df6a7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Refinery

[![Build](https://github.com/graphs4value/refinery/actions/workflows/build.yml/badge.svg)](https://github.com/graphs4value/refinery/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=alert_status)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=coverage)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) [![Maven Central](https://img.shields.io/maven-central/v/tools.refinery/refinery-bom?logo=apache-maven&label=Maven%20Central&color=blue)](https://central.sonatype.com/namespace/tools.refinery)
[![Build](https://github.com/graphs4value/refinery/actions/workflows/build.yml/badge.svg)](https://github.com/graphs4value/refinery/actions/workflows/build.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=alert_status)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=graphs4value_refinery&metric=coverage)](https://sonarcloud.io/dashboard?id=graphs4value_refinery) [![Maven Central](https://img.shields.io/maven-central/v/tools.refinery/refinery-bom?logo=apache-maven&label=Maven%20Central&color=blue)](https://central.sonatype.com/namespace/tools.refinery) [![Gradle Plugins](https://img.shields.io/gradle-plugin-portal/v/tools.refinery.settings?logo=gradle&label=Gradle%20Plugins&color=blue)](https://plugins.gradle.org/plugin/tools.refinery.settings)

Refinery provides consistent graph model generation by partial model _refinement_.

Expand Down
10 changes: 0 additions & 10 deletions subprojects/docs/src/develop/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ import TabItem from '@theme/TabItem';
</TabItem>
<TabItem value="groovy" label="Groovy">
```groovy title="settings.gradle"
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.namespace == 'tools.refinery') {
useModule("tools.refinery:refinery-gradle-plugins:${requested.version}")
}
}
}
}

plugins {
id 'tools.refinery.settings' version '@@@tools.refinery.release@@@'
}
Expand Down

0 comments on commit 7df6a7e

Please sign in to comment.