Skip to content

Commit

Permalink
Merge branch 'chore-add-compilation-configs' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
dutrevis committed May 23, 2024
2 parents 220f4aa + 9b29fb2 commit eb0ad1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
34 changes: 0 additions & 34 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ isSnapshot := true
scalaVersion := "2.12.19"
crossScalaVersions := Seq("2.12.19", "2.13.13")

licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

libraryDependencies += "io.dropwizard.metrics" % "metrics-core" % "4.2.7"
libraryDependencies += "org.apache.spark" %% "spark-core" % "3.5.0"
libraryDependencies += "org.mockito" %% "mockito-scala" % "1.17.31" % "test"
Expand All @@ -24,35 +22,3 @@ Test / test / coverageHighlighting := true
// coverageMinimumBranchPerPackage := 85
// coverageMinimumStmtPerFile := 85
// coverageMinimumBranchPerFile := 80

// publishing to Sonatype Nexus repository and Maven
publishMavenStyle := true

organization := "io.github.dutrevis"

description := """
Spark Resource Metrics plugin is an Apache Spark plugin that
sinks values into the Apache Spark metrics system, obtained
from operational system's sources, aiming to cover metrics
that the Spark metrics system does not provide but other
metric systems do, like the Ganglia monitoring system.
"""

developers := List(
Developer(
"dutrevis",
"Eduardo Trevisani",
"",
url("https://github.com/dutrevis")
)
)
homepage := Some(
url("https://github.com/dutrevis/spark-resources-metrics-plugin")
)

scmInfo := Some(
ScmInfo(
url("https://github.com/dutrevis/spark-resources-metrics-plugin"),
"scm:[email protected]:dutrevis/spark-resources-metrics-plugin.git"
)
)
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
logLevel := Level.Warn

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit eb0ad1d

Please sign in to comment.