Skip to content

Commit dcaee4c

Browse files
committed
Fix maven SDK publish
1 parent abb15c3 commit dcaee4c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

infra/scripts/publish-java-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ gpg --import --batch --yes $GPG_KEY_IMPORT_DIR/private-key
6969
echo "============================================================"
7070
echo "Deploying Java SDK with revision: $REVISION"
7171
echo "============================================================"
72-
mvn --projects datatypes/java,sdk/java -Drevision=$REVISION --batch-mode clean deploy
72+
mvn --projects .,datatypes/java,sdk/java -Drevision=$REVISION --batch-mode clean deploy

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,10 +566,6 @@
566566
<licenseHeader>
567567
<content>${license.content}</content>
568568
</licenseHeader>
569-
<scalafmt>
570-
<version>2.7.2</version>
571-
<file>${parent.basedir}/.scalafmt.conf</file>
572-
</scalafmt>
573569
</scala>
574570
</configuration>
575571
<executions>

0 commit comments

Comments
 (0)