mirror of
https://github.com/openstreetmap/osmosis.git
synced 2026-01-14 00:36:36 +00:00
Jump to 7.x was not done due to usage of `maven` plugin. This needs to be migrated to `maven-publish`. `maven` was deprecated in Gradle 5.6, along with `uploadArchives`. Signed-off-by: Taylor Smock <tsmock@fb.com>
7 lines
203 B
Groovy
7 lines
203 B
Groovy
dependencies {
|
|
implementation group: 'org.postgresql', name: 'postgresql', version: dependencyVersionPostgreSql
|
|
}
|
|
|
|
// Disable checkstyle because this is external code.
|
|
checkstyleMain.enabled = false
|