We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af24921 commit 1120593Copy full SHA for 1120593
README.md
@@ -20,7 +20,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
20
21
```kotlin
22
plugins {
23
- id("org.jarhc") version "1.1.1"
+ id("org.jarhc") version "1.2.0"
24
}
25
```
26
gradle.properties
@@ -17,7 +17,7 @@
17
# PROJECT ----------------------------------------------------------------------
18
19
group = org.jarhc.gradle
-version = 1.1.2-SNAPSHOT
+version = 1.2.0
description = JarHC Gradle Plugin
# GRADLE SETTINGS --------------------------------------------------------------
0 commit comments