This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
plugin-build/buildSrc/src/main/java Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.0.0-beta22
1+ 1.0.0-beta23
Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ below for specific installation and use instructions.
2727
2828``` kotlin
2929plugins {
30- id(" dev.elide.buildtools.plugin" ) version " 1.0.0-beta22 "
30+ id(" dev.elide.buildtools.plugin" ) version " 1.0.0-beta23 "
3131}
3232```
3333
3434** Groovy DSL**
3535
3636``` groovy
3737plugins {
38- id "dev.elide.buildtools.plugin" version "1.0.0-beta22 "
38+ id "dev.elide.buildtools.plugin" version "1.0.0-beta23 "
3939}
4040```
4141
4242#### Plugin coordinates
4343
44- - ** Version:** ` 1.0.0-beta22 `
44+ - ** Version:** ` 1.0.0-beta23 `
4545- ** Plugin ID:** ` dev.elide.buildtools.plugin `
4646- ** Classpath Coordinate:** ` dev.elide.buildtools:plugin `
4747
Original file line number Diff line number Diff line change 11object PluginCoordinates {
22 const val ID = " dev.elide.buildtools.plugin"
33 const val GROUP = " dev.elide.buildtools"
4- const val VERSION = " 1.0.0-beta22 "
4+ const val VERSION = " 1.0.0-beta23 "
55 const val IMPLEMENTATION_CLASS = " dev.elide.buildtools.gradle.plugin.ElidePlugin"
66}
77
You can’t perform that action at this time.
0 commit comments