Skip to content

Commit

Permalink
[DOP-18232] Fix missing pom description
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 1, 2024
1 parent d2d1e72 commit d8a6f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ group = "io.github.mtsongithub.doetl"
// TODO: crossbuild for Scala 2.13
archivesBaseName = "spark-dialect-extension_2.12"
version = "0.0.1"
description = "Spark dialect extension for enhanced type handling"

repositories {
mavenCentral()
Expand Down Expand Up @@ -109,6 +108,7 @@ mavenPublishing {

pom {
name = "spark-dialect-extension"
description = "Spark dialect extension for enhanced type handling"
url = "https://theplatform.ru/platforms/dataops"
inceptionYear = "2024"
licenses {
Expand Down

0 comments on commit d8a6f91

Please sign in to comment.