Skip to content

Commit 7df4af3

Browse files
committed
Update readme.
1 parent 55f8fbb commit 7df4af3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

Readme.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,26 @@ world2
6464

6565
## Try it
6666

67+
```
68+
plugins {
69+
...
70+
id("com.bennyhuo.kotlin.trimindent") version "1.7.10.2"
71+
}
72+
```
73+
74+
For snapshot:
75+
6776
```
6877
buildscript {
69-
dependencies {
70-
classpath("com.bennyhuo.kotlin:trimindent-gradle-plugin:1.7.10.0")
78+
repositories {
79+
...
80+
maven("https://oss.sonatype.org/content/repositories/snapshots/")
7181
}
7282
}
7383
7484
plugins {
7585
...
76-
id("com.bennyhuo.kotlin.trimindent")
86+
id("com.bennyhuo.kotlin.trimindent") version "1.7.10.3-SNAPSHOT"
7787
}
7888
```
7989

0 commit comments

Comments
 (0)