Skip to content

Commit

Permalink
update gradle plugin (#8)
Browse files Browse the repository at this point in the history
add maven central badge
  • Loading branch information
klu2 authored Jun 5, 2022
1 parent 9bfa3f6 commit d804702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Architecture Icons

[![License](https://img.shields.io/badge/MIT-green.svg)](https://github.com/cloudflightio/architecture-icons/blob/master/LICENSE)
[![Maven Central](https://img.shields.io/maven-central/v/io.cloudflight.architectureicons/architectureicons.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.cloudflight.architectureicons/architectureicons)

This module repackages various icons as a JAR for usage in architecture diagrams (such as [Structurizr](https://github.com/structurizr/java)), training materials, or documentation.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("io.cloudflight.autoconfigure-gradle") version "0.2.0"
id("io.cloudflight.autoconfigure-gradle") version "0.4.0"
`maven-publish`
signing
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
Expand Down

0 comments on commit d804702

Please sign in to comment.