Skip to content

Commit

Permalink
bump codacy/sbt packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
codacy-vrhpires committed Jun 19, 2024
1 parent 985330b commit 587bce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@11.2.0
codacy: codacy/base@12.1.1
codacy_plugins_test: codacy/[email protected]

workflows:
Expand All @@ -21,6 +21,9 @@ workflows:
persist_to_workspace: true
requires:
- codacy/checkout_and_version
parameters:
openjdk_version: "11.0"
install_sbt_version: "1.10.0"
- codacy_plugins_test/run:
name: plugins_test
run_multiple_tests: true
Expand Down
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ name := "codacy-stylelint"

lazy val `doc-generator` = project.settings(libraryDependencies += "com.vladsch.flexmark" % "flexmark-all" % "0.64.8")

dockerBaseImage := "openjdk:11-jdk"

enablePlugins(JavaAppPackaging)

Universal / javaOptions ++= Seq("-XX:+UseG1GC", "-XX:+UseStringDeduplication", "-XX:MaxRAMPercentage=90.0")

0 comments on commit 587bce4

Please sign in to comment.