File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Apply the plugin in the main `build.gradle(.kts)` configuration file:
9
9
Using the plugins DSL:
10
10
``` groovy
11
11
plugins {
12
- id("io.github.cdsap.kotlinprocess") version "0.1.3 "
12
+ id("io.github.cdsap.kotlinprocess") version "0.1.4 "
13
13
}
14
14
```
15
15
@@ -20,7 +20,7 @@ buildscript {
20
20
gradlePluginPortal()
21
21
}
22
22
dependencies {
23
- classpath("io.github.cdsap:infokotlinprocess:0.1.3 ")
23
+ classpath("io.github.cdsap:infokotlinprocess:0.1.4 ")
24
24
}
25
25
}
26
26
@@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.kotlinprocess")
31
31
Using the plugins DSL:
32
32
``` groovy
33
33
plugins {
34
- id "io.github.cdsap.kotlinprocess" version "0.1.3 "
34
+ id "io.github.cdsap.kotlinprocess" version "0.1.4 "
35
35
}
36
36
37
37
```
@@ -43,7 +43,7 @@ buildscript {
43
43
gradlePluginPortal()
44
44
}
45
45
dependencies {
46
- classpath "io.github.cdsap:infokotlinprocess:0.1.3 "
46
+ classpath "io.github.cdsap:infokotlinprocess:0.1.4 "
47
47
}
48
48
}
49
49
You can’t perform that action at this time.
0 commit comments