Skip to content

Commit

Permalink
Merge branch 'main' into ms/#256-add-option-to-use-local-files-instea…
Browse files Browse the repository at this point in the history
…d-of-download
  • Loading branch information
staudtMarius authored Aug 21, 2024
2 parents 6b3c671 + 87652ab commit 5090bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'com.diffplug.spotless' version '6.25.0'// code format
id "de.undercouch.download" version "5.6.0" // downloads plugin
id 'jacoco' // java code coverage plugin
id "org.sonarqube" version "5.0.0.4638" // sonarqube
id "org.sonarqube" version "5.1.0.4882" // sonarqube
id 'org.scoverage' version '8.1' // Code coverage plugin for scala
id "com.github.maiflai.scalatest" version "0.32" // run scalatest without specific task
}
Expand Down

0 comments on commit 5090bf0

Please sign in to comment.