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 @@ -30,8 +30,8 @@ Add the `detectors` module dependencies to your project and the `dsl` module as
3030
3131``` groovy
3232dependencies {
33- lintChecks 'com.serchinastico.lin:detectors:0.0.2 '
34- lintClassPath 'com.serchinastico.lin:dsl:0.0.2 '
33+ lintChecks 'com.serchinastico.lin:detectors:0.0.3 '
34+ lintClassPath 'com.serchinastico.lin:dsl:0.0.3 '
3535}
3636```
3737
@@ -41,8 +41,8 @@ If you want to write your own detectors just add the `dsl` and `annotations` mod
4141
4242``` groovy
4343dependencies {
44- compileOnly 'com.serchinastico.lin:dsl:0.0.2 '
45- compileOnly 'com.serchinastico.lin:annotations:0.0.2 '
44+ compileOnly 'com.serchinastico.lin:dsl:0.0.3 '
45+ compileOnly 'com.serchinastico.lin:annotations:0.0.3 '
4646}
4747```
4848
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ allprojects {
1616 apply plugin : " maven-publish"
1717
1818 group = " com.github.serchinastico.lin"
19- version = " 0.0.2 "
19+ version = " 0.0.3 "
2020
2121 repositories {
2222 google()
You can’t perform that action at this time.
0 commit comments