You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/21 10:50:46 UTC

[incubator-pekko-connectors-kafka] branch main updated: scalafmt issue in build.sbt (#4)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 779539b8 scalafmt issue in build.sbt (#4)
779539b8 is described below

commit 779539b873f6c6f382a3d7101d0beab931a6c509
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Nov 21 11:50:41 2022 +0100

    scalafmt issue in build.sbt (#4)
    
    * scalafmt issue in build.sbt
    
    * temporarily disable git tag fetch (it fails because there are no tags)
---
 .github/workflows/link-validator.yml | 5 +++--
 build.sbt                            | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml
index e664db28..8303453b 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -16,8 +16,9 @@ jobs:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 100
 
-      - name: Fetch tags
-        run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
+      # temporarily disable git tag fetch (it fails because there are no tags)
+      #- name: Fetch tags
+      #  run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
 
       - name: Set up JDK 11
         uses: olafurpg/setup-scala@v13
diff --git a/build.sbt b/build.sbt
index 0a1ddff9..ef6513ba 100644
--- a/build.sbt
+++ b/build.sbt
@@ -226,7 +226,7 @@ lazy val clusterSharding = project
     libraryDependencies ++= Seq(
         "com.typesafe.akka" %% "akka-cluster-sharding-typed" % akkaVersion
       ),
-    mimaPreviousArtifacts := Set.empty//temporarily disable mima checks
+    mimaPreviousArtifacts := Set.empty //temporarily disable mima checks
   )
 
 lazy val tests = project


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org