File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
buildSrc/src/main/java/com/yelp/codegen/gradle Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11@file:Suppress(" Unused" )
22
33object PublishingVersions {
4- const val PLUGIN_VERSION = " 1.1.1 "
4+ const val PLUGIN_VERSION = " 1.2.0-SNAPSHOT "
55 const val PLUGIN_GROUP = " com.yelp.codegen"
66 const val PLUGIN_ARTIFACT = " plugin"
77}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 dependencies {
1111 classpath " com.android.tools.build:gradle:3.4.2"
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41"
13- classpath " com.yelp.codegen:plugin:1.1.1 "
13+ classpath " com.yelp.codegen:plugin:1.2.0-SNAPSHOT "
1414 }
1515}
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 dependencies {
1111 classpath " com.android.tools.build:gradle:3.4.2"
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41"
13- classpath " com.yelp.codegen:plugin:1.1.1 "
13+ classpath " com.yelp.codegen:plugin:1.2.0-SNAPSHOT "
1414 }
1515}
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 dependencies {
1111 classpath " com.android.tools.build:gradle:3.4.2"
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.41"
13- classpath " com.yelp.codegen:plugin:1.1.1 "
13+ classpath " com.yelp.codegen:plugin:1.2.0-SNAPSHOT "
1414 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.0.0-RC16"
1515 }
1616}
Original file line number Diff line number Diff line change 11plugins {
22 id(" com.android.library" ) version " 3.4.2"
33 kotlin(" android" ) version " 1.3.41"
4- id(" com.yelp.codegen.plugin" ) version " 1.1.1 "
4+ id(" com.yelp.codegen.plugin" ) version " 1.2.0-SNAPSHOT "
55}
66
77android {
You can’t perform that action at this time.
0 commit comments