We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf24dd5 commit 9b8a5c6Copy full SHA for 9b8a5c6
README.md
@@ -12,7 +12,7 @@ Gradle plugin to ease structuring and naming projects.
12
13
```kotlin
14
plugins {
15
- id("io.github.sgtsilvio.gradle.structure") version "0.1.0"
+ id("io.github.sgtsilvio.gradle.structure") version "0.2.0"
16
}
17
18
structure {
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.1.0
+version=0.2.0
2
kotlin.code.style=official
3
org.gradle.caching=true
4
org.gradle.configuration-cache.parallel=true
0 commit comments