Skip to content

Commit

Permalink
Disable :table:annotation-processor dependency (#135)
Browse files Browse the repository at this point in the history
Disable :table:annotation-processor dependency
Exclude com.riiablo.table.*.** from compile to improve performance
  • Loading branch information
collinsmith committed May 28, 2021
1 parent e550bda commit bf609ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ dependencies {
}

// Table
sourceSets.main.java.exclude '**/com/riiablo/table/*/**'
dependencies {
annotationProcessor project(':table:annotation-processor')
//annotationProcessor project(':table:annotation-processor')
implementation project(':table:core')
implementation project(':table:annotations')
}
Expand Down

0 comments on commit bf609ac

Please sign in to comment.