Skip to content

Commit

Permalink
Update version of fabrikt-gradle-plugin in README.md (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
acanda authored Sep 20, 2024
1 parent e348900 commit 108ec27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,12 @@ allowing seamless integration of code generation into a Gradle build.
[Configuration](https://github.com/acanda/fabrikt-gradle-plugin?tab=readme-ov-file#configuration) section of the
plugin's README for the most up-to-date information on how to use it.

Latest version of the plugin: [![Gradle Plugin Portal Version](https://img.shields.io/gradle-plugin-portal/v/ch.acanda.gradle.fabrikt?style=flat)](https://plugins.gradle.org/plugin/ch.acanda.gradle.fabrikt)

```kotlin
plugins {
id("ch.acanda.gradle.fabrikt") version "1.1.0" // find latest version: https://github.com/acanda/fabrikt-gradle-plugin/releases
// find latest version: https://github.com/acanda/fabrikt-gradle-plugin/releases
id("ch.acanda.gradle.fabrikt") version "1.2.0"
}

fabrikt {
Expand Down

0 comments on commit 108ec27

Please sign in to comment.