Skip to content

Commit

Permalink
Add noShadowSqlite build property
Browse files Browse the repository at this point in the history
  • Loading branch information
zbx1425 committed Jul 20, 2023
1 parent 81658e9 commit c6b4e42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ subprojects {
}

implementation 'org.xerial:sqlite-jdbc:3.42.0.0'
shadowCommon 'org.xerial:sqlite-jdbc:3.42.0.0'
if (!rootProject.properties.containsKey("noShadowSqlite")) {
shadowCommon 'org.xerial:sqlite-jdbc:3.42.0.0'
}
}
}

Expand Down

0 comments on commit c6b4e42

Please sign in to comment.