Skip to content

Commit

Permalink
Fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
shydefoo committed Feb 3, 2025
1 parent 705e687 commit aba024d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caraml-store-spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'caraml.scala'
id 'application'
id "com.github.johnrengelman.shadow" version "7.1.2"
id 'com.palantir.docker' version "0.34.0"
id 'com.palantir.docker' version "0.36.0"
id 'com.github.maiflai.scalatest' version "0.32"
id 'com.google.protobuf'
id 'idea'
Expand Down Expand Up @@ -169,7 +169,6 @@ customDialectJar.dependsOn classes
publishing {
publications {
customDialect(MavenPublication) {
from components.java
artifactId = 'custom-dialect'
artifact("$buildDir/libs/custom-dialect.jar") {
builtBy customDialectJar
Expand Down

0 comments on commit aba024d

Please sign in to comment.