Skip to content

Commit d8b1c39

Browse files
committed
Testing Jenkins
1 parent f74ea1e commit d8b1c39

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/masterLinkCheckAndMultiNICTest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
jvm: temurin:1.21
1717
apps: sbt
1818
- uses: coursier/cache-action@v6
19-
- run: |
20-
which sbt
21-
sudo chmod 666 /var/run/docker.sock
19+
- run: sudo chmod 666 /var/run/docker.sock
2220

2321
- name: Package
2422
run: ./integration/scripts/bootstrap_standalone_jars.sh

project/plugins.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ addDependencyTreePlugin
2121
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
2222

2323
resolvers += "jitpack" at "https://jitpack.io"
24-
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "7f69c6f"
24+
//libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "7f69c6f"
25+
libraryDependencies += "com.github.tmtsoftware" % "sbt-docs" % "9320682"
2526

2627
classpathTypes += "maven-plugin"
2728

0 commit comments

Comments
 (0)