Skip to content

Commit

Permalink
Merge pull request #3434 from cashapp/revert-3432-sqlpsi
Browse files Browse the repository at this point in the history
Revert "Support overwriting sql-psi"
  • Loading branch information
hfhbd committed Aug 12, 2022
2 parents 4bae2f6 + 4357564 commit f57c07b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions settings.gradle
Expand Up @@ -10,14 +10,6 @@ pluginManagement {

dependencyResolutionManagement {
defaultLibrariesExtensionName.set('deps')
versionCatalogs {
deps {
def sqlPsiOverride = settings.hasProperty("sqlPsiVersion") ? settings.sqlPsiVersion : null
if (sqlPsiOverride != null) {
version('sqlPsi', sqlPsiOverride)
}
}
}
}

rootProject.name = 'sqldelight'
Expand Down

0 comments on commit f57c07b

Please sign in to comment.