Skip to content

Commit

Permalink
Deps: Extract squareup java poet version to root build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaskP7 committed Jul 4, 2023
1 parent f746b72 commit 5513c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ext {

ext {
googleAutoServiceVersion = '1.0-rc6'
squareupJavaPoetVersion = '1.11.1'

wellSqlAnnotationsProjectDependency = project.hasProperty("wellSqlAnnotationsVersion") ? "org.wordpress.wellsql:wellsql-annotations:${project.getProperty("wellSqlAnnotationsVersion")}" : project(":well-annotations")
}
2 changes: 1 addition & 1 deletion well-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
dependencies {
annotationProcessor "com.google.auto.service:auto-service:$googleAutoServiceVersion"
implementation wellSqlAnnotationsProjectDependency
implementation 'com.squareup:javapoet:1.11.1'
implementation "com.squareup:javapoet:$squareupJavaPoetVersion"
implementation "com.google.auto.service:auto-service:$googleAutoServiceVersion"
}

Expand Down

0 comments on commit 5513c94

Please sign in to comment.