File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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:
99Using the plugins DSL:
1010``` groovy
1111plugins {
12- id("io.github.cdsap.kotlinprocess") version "0.1.1 "
12+ id("io.github.cdsap.kotlinprocess") version "0.1.2 "
1313}
1414```
1515
@@ -20,7 +20,7 @@ buildscript {
2020 gradlePluginPortal()
2121 }
2222 dependencies {
23- classpath("io.github.cdsap:infokotlinprocess:0.1.1 ")
23+ classpath("io.github.cdsap:infokotlinprocess:0.1.2 ")
2424 }
2525}
2626
@@ -31,7 +31,7 @@ apply(plugin = "io.github.cdsap.kotlinprocess")
3131Using the plugins DSL:
3232``` groovy
3333plugins {
34- id "io.github.cdsap.kotlinprocess" version "0.1.1 "
34+ id "io.github.cdsap.kotlinprocess" version "0.1.2 "
3535}
3636
3737```
@@ -43,7 +43,7 @@ buildscript {
4343 gradlePluginPortal()
4444 }
4545 dependencies {
46- classpath "io.github.cdsap:infokotlinprocess:0.1.1 "
46+ classpath "io.github.cdsap:infokotlinprocess:0.1.2 "
4747 }
4848}
4949
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " io.github.cdsap"
9- version = " 0.1.1 "
9+ version = " 0.1.2 "
1010
1111java {
1212 toolchain {
You can’t perform that action at this time.
0 commit comments